Site logo

[Resolved] About Primary Navigation

Home Forums Support [Resolved] About Primary Navigation

Home Forums Support About Primary Navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2545758
    Anonymous

    Hello,

    When an article in my blog is choose from a certain category then on top menu that category does not have hover effect and what I want is for that effect to show.

    For example on URL below when you go on top menu to “Themes” item wont make hover effect of black background like happens with the rest, how I can make for this to show?

    Thank you and I hope I explain my self correctly,

    Sara

    #2545889
    Ying
    Staff
    Customer Support

    Hi Sara,

    Try adding this CSS:

    .main-navigation .main-nav ul li[class*="current-menu-"]:hover > a {
        background-color: #2c2c2c;
    }
    #2548439
    Anonymous

    Hello Ying,

    Thank you very much for this solution, it worked perfectly 🙂

    #2549066
    Ying
    Staff
    Customer Support

    Glad to hear that 🙂

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