Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #860467

    rekluse
    Participant

    Hello,

    I have Ubermenu integrated nicely with my Ethos theme, with one minor exception — the search and cart links the theme inserts are outside of the Ubermenu, and I cannot seem to figure out how to change the link and hover colors to match the rest of the menu. I’ve tried to use Firebug to figure out the right code, but I just can’t get it right.

    Here’s a link:

    http://www.everyoneisright.com/category/all-media/

    Any help would be appreciated!

    #860555

    Zeshan
    Member

    Hi there,

    Thanks for writing in!

    To change the color of those menu items, add following CSS under Custom > CSS in the Customizer:

    .ubermenu .menu-item > a {
      color: #000;
    }
    

    Thank you!