badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Active Widget menu state

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6112
    kmrcassidy
    Participant

    I have a menu in a sidebar widget on one of my subpages but I’d like to have the link be “active” for the respective page it’s on…any ideas:

    http://www.kmrcdesign.net/about-me/

    Thanks

    Keith

    #6129
    Sanjip Shah
    Participant

    @kmrcassidy In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’ and see if this helps.

    .widget_nav_menu .current_page_item a {
        color: #05A9C5;
    }
    .widget_nav_menu .current_page_item ul a {
       color: #777777;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.