Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #165715

    Hi guys-

    Before I changed the font color I could see there was some kind of text shadow on the main menu test. NOw that I’ve cjhanged the font to a light color, it just looks muddy. Can you tell me where this CSS is? I cannot see it anywhere.

    Thanks

    #165717
    #165818

    Hey!

    There was a red text shadow on main menu elements. This will remove it. Please add following code to Quick CSS in Enfold theme options under Styling

    .main_menu ul:first-child > li > a { text-shadow: none!important; }

    Regards,
    Yigit

    #165898

    Thanks Yigit! I had cancelled it out with 0px settings, but this is much cleaner.

    Can you help me control the selected and rollover states of the menu too? So in the main menu items, and the drop downs… I want to be able to control font color and weight for rollovers and selected states. CanNOT get it. Can you direct me?

    Thanks!

    #166198

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling and adjust as desired

    #top .main_menu .menu li > a:hover  { color: red; }
    .header_color .main_menu ul:first-child > li.current-menu-item > a { color: blue; }
    .header_color .main_menu .menu ul li a { color: purple; }
    #top .header_color .main_menu .menu ul .current-menu-item > a { color: pink; }
    #top .header_color .main_menu .menu ul li>a:hover { color: green; }<,/code>

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Cannot find menu type shadow’ is closed to new replies.