[Support request] GP Premium primary menu colors works only in submenus

Home Forums Support [Support request] GP Premium primary menu colors works only in submenus

Home Forums Support GP Premium primary menu colors works only in submenus

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1589107
    Zoli

    Hi everybody!

    I have GP Premium and free Elementor on my wp site. Im already activated Colors on dashboard. I have changed the hover colors of primary menu,it works, except the main menu, just in submenus.

    Here is okey:
    https://pentamix.hu/suti-tajekoztato/

    On the main site is not working:
    http://www.pentamix.hu

    What is the problem?

    Thanks for your helping!

    -Zoli

    #1589454
    David
    Staff
    Customer Support

    Hi there,

    can you disable your cache plugin so i can see what the issue is

    #1590491
    Zoli

    I did it! Cache plugin is off now! 🙂

    #1590521
    David
    Staff
    Customer Support

    Is it just the Hover color you need fixing ?

    If so try adding this CSS:

    .main-navigation .main-nav ul li[class*="current-menu-"]:hover > a {
        color: #1e72bd;
    }

    The issue with one on page links is that WordPress automatically adds the Current Page class to all menu items, so they all have the current menu link styling

    #1591049
    Zoli

    Dear David!

    Thank you very much, it works with only with this CSS!

    All the best!

    #1591205
    David
    Staff
    Customer Support

    Glad to hear it!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.