Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1245199
    breepear
    Participant

    Hi support team,

    I have the integrity stack turned on and want to update the footer background color. I’ve already tried adding the below to the CSS but that didn’t work. Can you take a look?

    
    .x-colophon bottom {
    background-color: #ff00ff;
    }
    #1245200
    breepear
    Participant
    This reply has been marked as private.
    #1245585
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! The code is almost correct. You just missed to join the classes. Actually you already have one added in your custom > css in the customizer. You have this:

    /*
    // Footer.
    */
    
    .x-colophon.bottom {
      border-top: 0;
      background-color: #141615;
    }

    So simply edit your code and change the background color.

    Hope this helps.

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