Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #910036
    alanjonesonline
    Participant

    Hi There,

    In Ethos, is it possible to change the top nav bar colour and nav font colour without changing the colours in the bottom widget widget area?

    I’d like to have the navigation bar background colour white, the heading and navigation font colour ’51 51 51′ and for the bottom widget area to remain as it is.

    Appreciate your help.

    http://www.alanjonesonline.com

    Cheers,
    Alan

    #910062
    John Ezra
    Member

    Hi Alan,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-navbar {
        background-color: #ffffff;
    }
    
    a.x-brand.text {
        color: rgb(51,51,51);
    }
    
    .x-navbar .desktop .x-nav>li>a {
        color: rgb(51,51,51);
    }

    Hope this helps – thanks!

    #988883
    alanjonesonline
    Participant

    Hi there,

    Thanks for this. Yes it worked spot on when the logo and navigation sat next to each other but I now have the logo and navigation stacked on top of each other. This custom CSS does the trick for the bottom line (navigation) but doesn’t effect the top line (logo text). Is it possible to change the logo’s background colour to white also?

    Any help would be appreciated.

    Cheers,
    Alan

    #989059
    Nabeel A
    Moderator

    Hey Alan,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-logobar, .x-navbar, .x-navbar .sub-menu, .x-colophon.top {
        background-color: #fff !important;
    }

    Let us know how this goes!

    #989173
    alanjonesonline
    Participant

    Thank you but is it possible to be able to change this top logo background colour without changing the bottom widget area colour? I lost my widget area.

    Cheers,
    Alan

    #989198
    Friech
    Moderator

    Hi Alan,

    Please update the code to this:

    .x-logobar {
        background-color: red;
    }

    Hope it helps, Cheers!

    #989281
    alanjonesonline
    Participant

    Great! Thank you.

    #989282
    Rue Nel
    Moderator

    You are most welcome!

    #989690
    alanjonesonline
    Participant

    Hi there,

    Adding this CSS has also changes the mobile navigation icon to white. Now I can’t see it.

    Any suggestions?

    Cheers,
    Alan

    #989856
    Joao
    Moderator

    Hi Alan,

    Please use this code to adjust your mobile navbar icon color, add it at your Appereance / Customizer / Custom / CSS

    Hope that helps,

    Joao

    
    .x-btn-navbar.collapsed {
    	background-color: #F06624;
    	color: #000;
    }
    #990380
    alanjonesonline
    Participant

    Thank you.

    At the moment it’s hover colour is white. How do I change this to rgb(115, 115, 115)?

    Appreciate all your help.

    Alan

    #990804
    Friech
    Moderator

    Hi Alan,

    Please update the code to this:

    .x-btn-navbar.collapsed:hover, .x-btn-navbar:hover {
        color: rgb(115, 115, 115);
    }

    Hope it helps, Cheers!

    #990830
    alanjonesonline
    Participant

    Hi there,

    Thank you. Thats’s great.

    One last question and I think I’m there. Is it possible to change the top navigation’s hover colour without changing the hover colour of the drop down list attached to my “News”?

    Again, really appreciate all your help.

    #990930
    Christopher
    Moderator

    Hi there,

    Please add this :

    .x-navbar .desktop .x-nav > li > a:hover {
        color: red;
    }

    Hope it helps.

    #991217
    alanjonesonline
    Participant

    Thank you. Great!

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