Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1142889
    lisacole1
    Participant

    hi
    http://www.less-stuff.co.uk

    is it possible to have the background where the logo is in white? I can change the colour of the nav bar to white but I’d like the menu to be that blue colour.

    Also, is it possible to highlight the whole square the menu item is in, instead of just the bottom when the mouse goes over it?

    huge thanks, first time using Ethos, loving it!

    #1143156
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-logobar {
    bakground: white;
    }

    And

    
    .desktop .menu-item>a:hover {
      background: hsl(45,52%,41%);
    }

    Hope that helps

    Joao

    #1143382
    lisacole1
    Participant

    ooooh, you are brilliant, that is perfect! If I wnted to change the hover colour do I do that in the links section or can I change it to a hex code in your code? I don’t understand what the hs1 is

    #1143587
    Joao
    Moderator

    Hi There,

    You can simply use #ffffff or the desired color instead of hsl(45,52%,41%)

    Hope it helps

    Joao

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