• Resolved reallife01

    (@reallife01)


    Hello!
    I really like your theme!
    Is there a possibility to change the colour of the Text in the Navigation Bar when you hover over it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author alex27

    (@alex27)

    Hello!

    Hover color is derived from main color scheme.
    The only way to do this is by overriding theme styles with your own, wither in child theme or by adding custom CSS rules via My Custom CSS plugin (recommended in this case).
    What you want to change is this rule:
    nav#main-nav > ul > li > a:hover {}

    Thread Starter reallife01

    (@reallife01)

    Hey Alex,

    thanks for your fast reply!
    I tried to change the line like this:

    nav#main-nav > ul > li > a:hover {text-decoration:none; color:#6f147a;}

    but it’s not working. What am I doing wrong?

    Theme Author alex27

    (@alex27)

    Hello!

    How did you add this style? I just tried adding this via My Custom CSS plugin and it works as expected.
    Unless you want also links in submenu to change color on hover, then you would use this rule instead:
    nav#main-nav ul ul a:hover {}

    hello. how to change the color names sidebar?

    @lohm4ev: If you require assistance then, as per the Forum Welcome, please post your own topic.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hover Color’ is closed to new replies.