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

    Hi guys

    For our blog section (Inspire), we’ve got the top menu item displaying its white active color state correctly when navigating to 2nd level full post. This section is using the Masonry element.

    However in the ‘Projects’ section, using Portfolio Grid, I can’t get the same white color active state to display when navigating to 2nd level full page.

    Can you see why?

    Thanks!

    #1116138

    Hey pantoni,

    Thank you for contacting us.

    Single portfolio items are not child menu items that is the reason the project menu does not highlight when you visit the portfolio single page. Portfolio single page is a part of the page content and not the menu items :)

    You cannot highlight a menu as per the elements present on the page. You can but it’s a bit complicated and can conflict with other pages which have the portfolio items.

    Technically this cannot be done without conflict but you can try the below code and see if it works for you well :)

    .html_text_menu_active .single-portfolio #menu-item-1803 {
    	background: gold !important;
    }

    Best regards,
    Vinay

    #1116375

    Hey Vinay
    Thanks that actually works, no conflicts found throughout the site :)
    Just one tweak required if possible – when a single Portfolio page is active and the menu hilite displays – the menu text is still white instead of the default black on white. Would you have any updated code for that?

    Many thanks

    #1116398

    Hi pantoni,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_text_menu_active .single-portfolio #menu-item-1803 .avia-menu-text {
        color: #000;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1116419

    Thanks Victoria

    That works a treat in Quick Css :)

    cheers
    P

    #1116546

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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