Site logo

[Support request] GeneratePress Split: Move centered Logo to the left

Home Forums Support [Support request] GeneratePress Split: Move centered Logo to the left

Home Forums Support GeneratePress Split: Move centered Logo to the left

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #2307587
    David

    I did, yes. This changes the hover color for links that lead to pages, e.g. /blog. It doesn’t change the hover color for anchor links, e.g. #portfolio.

    #2307625
    David
    Staff
    Customer Support

    WordPress automatically adds the current-menu- class to any navigation link that links to the current page.
    So ALL those links are current, and current link styles best hover styles. To correct that you will need CSS:

    .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li[class*="current-menu-"]:hover > a {
        background: rgba(241,196,15,0);
        color: #f1c40f;
    }
    #2308549
    David

    Hello David,

    thanks a lot, this worked like a charm!

    Best regards,
    David

    #2308743
    David
    Staff
    Customer Support

    Glad to hear that !

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