Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #423374

    Hi I am trying to change colours of the inner page default sidebar subnavigation. http://screencast.com/t/r0OD0oZY
    I dont see options to change colors or settings in the theme options. Can you please guide?

    #423562

    Hi vinayb!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #423582

    Sure. For example: this is the page http://proweb-demo.com/scubatech/scuba-diving-boats/dive-trips-rates/ where you can see the right sidebar subnav menu. that is what i am talking about.

    #423765

    Hey!

    Please try adding this to Quick CSS under Enfold–>General Styling:

    .main_color .widget_nav_menu ul:first-child > .current_page_item a {
      color: yellow !important;
    }
    #top .widget_nav_menu li a {
      color: green !important;
    }

    Cheers!
    Rikard

    #423773

    Thanks Rikard for getting back to me on this. I was actually wanting to change the color of background strip on active subnav and also apply some bg color to the default state.

    #423837

    Hi!

    Ok, please try the following instead:

    .main_color .widget_nav_menu ul:first-child > .current_page_item {
      background-color: yellow !important;
    }
    .main_color .widget_nav_menu ul li{
      background-color: green !important;
    }

    Best regards,
    Rikard

    • This reply was modified 9 years, 7 months ago by Rikard.
    #423857

    Thank You. Our developer took references from your previous code and made the desired changes. As always, i thank you so much. Thumb up to your support.

    Vinay Bansal

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Changing colors to the default inner sidebar sub navigation.’ is closed to new replies.