Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #869333
    laujessica
    Participant

    Hi,

    I’m trying to change the background colou rin the footer widget area.
    I’ve tried the custom CSS code:

    .x-colophon.top {
        background-color: #344455;
    }

    and

    .x-colophon {
        background-color: #344455;
    }

    Neither work, any help?

    Thanks!

    #869334
    laujessica
    Participant
    This reply has been marked as private.
    #869671
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can try this :

    .x-colophon.bottom {
      background-color: #344455; !important;
    }

    Hope this helps.

    Cheers!

    #872664
    laujessica
    Participant

    Hi,

    Thanks for your reply, but it’s still not working.

    It seems that any additional custom CSS changes I’m adding now are not making a difference?
    I have made custom CSS changes previously, and these are still showing, but adding anything else doesn’t work!

    #873468
    Nabeel A
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #877983
    laujessica
    Participant
    This reply has been marked as private.
    #878029
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! It seems you may have some syntax error like a missing closing bracket “}” that is preventing CSS below it from working. If you try your CSS or the following at the top of all your CSS it will work.

    footer.x-colophon.bottom {
        background-color: #344455;
    }

    Just go through your CSS and see where the issue is. Hope this helps – thanks!

    #878074
    laujessica
    Participant

    Thank you so much, that was driving me crazy!
    Great support, keep up the good work πŸ™‚

    #878229
    John Ezra
    Member

    You’re most welcome! πŸ™‚

  • <script> jQuery(function($){ $("#no-reply-869333 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>