• Resolved elifzengin

    (@elifzengin)


    I tried css but I couldn’t change the color of the menu items. Can you help me please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Robert Wattner

    (@rwattner)

    Hi,
    I was able to use this css to change your menu color.

    .she-header .premium-menu-link {
        color: red !important;
    }

    Just change red to whatever color you like.
    If you want a transition, then I would use this code

    .premium-menu-link {
        transition: color 0.4s ease-in-out !important;
    }
    
    .she-header .premium-menu-link {
        color: red !important;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘menu item colors not changing’ is closed to new replies.