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?
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
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.
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
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.
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
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