• Resolved nolez15

    (@nolez15)


    On my website, when I click on a page on my main menu, it highlights it in a dark blue color. I need to change that to a custom color. Is that available on the free version or the theme? Or, if I get the full version, would that help? If I can’t get the exact color I need, I’d settle for a shade of gray.

    Thanks!

    Link: https://web-lev.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi,

    try ading this to your child theme’s custom CSS:

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: gray;
        color: #ffffff;
    }
    Thread Starter nolez15

    (@nolez15)

    Sorry, how/where do I add that?

    Also, is there a way to change the service icons to the same color?

    Thanks a ton.

    Thread Starter nolez15

    (@nolez15)

    I actually figured all this out. Thanks for your help, though!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Theme Color(s)’ is closed to new replies.