Okay
  Public Ticket #3178014
Sidebar Navigation -> active page indicator
Closed

Comments

  •  1
    4dgraphic started the conversation

    Hello, I used the left sidebar page template for some pages and added a separate Navigation to it, using the menu widget. Is there a way to highlight the active page, like it does on the main menu?

    Thanks

    Alex

  •  8,839
    Tahir replied

    Hey 4dgraphic,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  1
    4dgraphic replied

    Thank you, find here the staging environment:

    https://wordpress-867526-3072137.cloudwaysapps.com/support/tutorials/

    Thanks

    Alex

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #sidebar .widget.widget_nav_menu li.current_page_item {
        color: #3394cd !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    4dgraphic replied

    Thanks so much! First Class Support.