Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #204031

    Hello,

    Is it possible to modify the theme so that the color bar that’s usually underneath a current page (first level navigation), would also be displayed while you are on a child page? At the moment, while you are on a child page, the level 1 navigation label is only bold. Thank you in advance!

    #204040

    Hey BlendMarketing!

    Yes, insert following code into the quick css field

    
    .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap, .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap{display:block;}
    

    Cheers!
    Peter

    #204042

    Hi Peter,

    Unfortunately that’s not working :(

    #204046

    Hi!

    You can try to add an important tag like

    
    .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap, .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap{display:block !important;}
    

    If it still doesn’t work please post a link to the child page.

    Cheers!
    Peter

    #204056
    This reply has been marked as private.
    #204222

    Hey!

    Please use this. Don’t forget to remove browser cache then reload the page a few times after.

    .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap, .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap {
    display:block !important;
    opacity: 1;
    visibility: visible;
    }

    Regards,
    Ismael

    #204443

    Hi Ismael,

    This isn’t working either, sorry :( Clearing cache several times in different browsers, plus lots of re-loading didn’t help.

    #204459

    Hey!

    Please try following code

    
    #top .active-parent-item .avia-menu-fx .avia-arrow-wrap, #top .active-parent-item .avia-menu-fx{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    }
    

    Regards,
    Peter

    #204460

    Thank you so much, Peter! All working now :)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Highlight current parent page navigation while on child page’ is closed to new replies.