Okay
  Public Ticket #371179
Newave Navigation Link Colors
Closed

Comments

  • Jason started the conversation

    I would like to be able to style the Newave Main Navigation Link Colors. Can you point out the css style I need to edit to do so?

  •  1,823
    Support replied

    Hi Jason,

    .navbar .nav > li > a {

    color: your color here

    }

    for regular menu items

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{

    color: your color here

    }

    for active menu items


    you can add this css code in theme options Styling Options -> Custom CSS

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jason replied

    The code above does not work quite like I wanted. The first bit of css:

    " navbar .nav > li > a {

    color: your color here

    } "

    only effects the home link (and none of its other states) and the second bit of css only affects the a: link state of the rest of the links and not the hover state.

    Can you take another look please.

  •  1,823
    Support replied

    I pointed out what you should look for. The code should affect all the links not in active state.

    A great way to dynamically change the styles is the Inspector in Chrome or Firefox.

    How is your CSS? No offence, but would save us lots time

    add the styles and then send us the url if it;s still and issue

    thanks


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy