Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1088777
    flacnvinyl
    Participant

    How can we change JUST the footer background color, and not the widget area. All code I have is to target both regions, but we want to leave widget area alone.

    #1088780
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1089017
    Joao
    Moderator

    Hi There,

    To change the color of the bottom footer please add the following code to Appereance Customizer Custom CSS

    
    .x-colophon.bottom  {
    background: #fff;
    }

    To reduce the padding of the top footer:

    .x-colophon.top {
    padding: 2%
    }
    

    Hope that helps

    Joao

    #1089070
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1089494
    Prasant Rai
    Moderator

    Hello Drake,

    Thanks for writing in!

    The background color code with affect the area as shown in screenshot. http://prntscr.com/btidrq

    You can replace the code with the following:

    .x-colophon.bottom  {background: #9a9a9a !important;}
    
    .x-colophon.bottom .x-colophon-content {
        color: #000 !important;
    }

    Please change the color code as per your requirement.

    Thanks.

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