Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1342082

    Since last update, I go to change footer color. Nothing changes. Cleared cache on site and cloudflare

    Even added custom css and did not work.

    .footer_color { background-color: ##5A7D53 !important!;
    }

    #1342083

    .footer_color { background-color: #5A7D53 !important!;
    }

    #1342105

    Hi daves1997,

    The code is invalid because of the ! at the end, please change the code to:

    .footer_color {
        background-color: #f5f5f5 !important;
    }

    Hope this helps.

    Best regards,
    Nikko

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer Background.’ is closed to new replies.