Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1325252
    eltin7
    Participant

    Hello,

    http://mediadome.ro/ This is my website, and I want to make my header white on all pages, except the Home Page where it is transparent and I want it like this. Currently the header color on the other pages it is a sort of grey but I want it to be white. How can I make this?

    Also, I am curious to find out how can I make some adjustments to the footer. I want to make it a little narrower 🙂
    Thank you,

    Cristian

    #1325327
    Darshana
    Moderator

    Hi Cristian,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .x-navbar {
        background-color: #ffffff !important;
    }
    

    To narrow down the footer area, add the following CSS rules into your Customizer, Custom > CSS area as well.

    
    .x-colophon.bottom {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    

    Hope that helps.

    #1326876
    eltin7
    Participant

    It worked fine. Thank you!

    #1326879
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

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