Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #223787

    Is there a way to achieve the ‘current’ state for a side navigation item for a third level page (parent>child>child)? Please look at this page to see how it currently appears. It has the bold text, but not the shaded background as the parent and first level child pages do when selected.

    #224096

    Hey davidrk!

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

    #top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a {
    background-color: #e1e1e1; }

    Regards,
    Yigit

    #224450

    Thanks for that, however I was talking about the side-navigation, not the top navigation.
    When viewing third level pages, (parent>child>child), The side navigation menu item doesn’t have the background colour highlights and borders. You can use previously supplied link to see what I mean.
    Thanks

    #224453

    Hey!

    Try adding this code to the Quick CSS:

    .current_page_item {
        background: #fcfcfc;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    }

    Cheers! 
    Josue

    #224483

    Sorry, not quite what I’m looking for. On the side navigation, my first level active child pages have a grey background and strokes above and below like this:
    Active child page side nav with current page background
    I also want the same effect for my second level active child pages, which current have no back ground highlighting:
    Active 2 level child page side nav with no current page background

    Hope that makes it clearer. Thank you!

    • This reply was modified 10 years, 9 months ago by davidrk.
    #224556

    Hey!

    Here’s the result if you apply the code i gave you:

    Regards,
    Josue

    #224631

    Yes it is! For some reason it works now. Always the way.
    Thanks very much again for all of your help.

    #224632

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Side Navigation Child page Current State missing’ is closed to new replies.