[Resolved] color menu one page design

Home Forums Support [Resolved] color menu one page design

Home Forums Support color menu one page design

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1436270
    David

    Hi, hover color menu doesn’t work on “one page design”.

    Shows me visited color only.

    Can you help me? Thanks ; )

    #1436468
    David
    Staff
    Customer Support

    Hi there,

    thats because all single page links are set to the Current Color.
    Try this CSS to apply hover colors to them:

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

    Great! It’s work!
    Thanks 😉

    #1436531
    David
    Staff
    Customer Support

    You’re welcome

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