Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #204646

    Site is at redcom.wpengine.com

    Looking to change the color of the text inside the drop-down menus. I want to make the text black and make the mouseover color orange.

    Also, how can I change the colors of the links without affection the color of the bold text? I realize there’s an option for this in the Theme Options panel called “Primary color” but I make the links orange, it makes the bold text orange too. I want to decouple these options, if that makes sense. Thanks!

    • This topic was modified 10 years, 3 months ago by mgerenser.
    #204649

    Hi mgerenser!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1)

    #top .header_color .main_menu .menu ul li>a:hover {
    color: orange;
    }
    #top .header_color .main_menu .menu ul li>a {
    color: black;
    }

    2)

    .main_color a { color: blue; }

    Regards,
    Yigit

    #204656
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu item color, link colors’ is closed to new replies.