Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1392833
    ourphn
    Participant

    Hi,

    I am using Ethos. I want the Navbar to have a white background, and the footer widgets to have a green background, however, the two colors appear to be linked in the customizer menu. How can I make the background for the footer widgets green?

    I am using
    WordPress 4.7.2 running X – Child Theme theme.
    I am using X theme 4.6.4

    My website is in maintenance mode, I will send through the log in details privately.

    #1392836
    ourphn
    Participant
    This reply has been marked as private.
    #1392887
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    
    footer.x-colophon.top {
        background-color: #009c00;
    }

    Thanks.

    #1392901
    ourphn
    Participant

    Hi,

    Thanks for sending this through. Another issue with the footer is how much spacing there is between the ‘staff access’ widget and the ‘website disclaimer’. Can you somehow remove padding around individual widgets, not all the widgets, but the ‘text’ widget in Footer 3.

    Secondly, is there a way to make the line spacing in the ‘Website disclaimer’ widget (which is just a text widget) smaller, as the text takes up too much room.

    Thank you

    #1393045
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.top  #text-10 {
        margin-top:20px;
        line-height:15px;
    }
    

    You may change the numbers to adjust spacing and line height.

    Hope that helps.

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