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

    Hi,
    I’ve struggled for hours, read the related 15 januari post from Ismael, but can’t figure it out….
    On http://janvanderplasfotografie.nl/projecten/gitaren-van-hans I would like the main menu (projecten) remain highlighted.
    Tried also things like this:
    .current_page_item.current-menu-ancestor.current-menu-parent > a {
    color: green !important;
    }
    Am I close?

    Jan

    #232254

    Hi janvanderplas!

    Can you enable right click on your website so we can inspect elements to provide you an accurate custom CSS code?

    Cheers!
    Yigit

    #232388

    Done

    #232413

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #menu-item-3046 > a {
    color: #98bf0d;
    }

    Regards,
    Yigit

    #232434
    This reply has been marked as private.
    #232551

    Hi!

    Thank you for using the theme. I hope you’re doing well today.

    You don’t have a sub-menu when I checked the website. Please remove this code:

    #menu-item-3046 > a {
    color: #98bf0d;
    }

    This will force the “projecten” menu item to be highlighted even if it’s not the active page.

    Best regards,
    Ismael

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