Hi!
The path is displayed in my sidebar. How can I turn this feature off?
Would greatly appreciate some help,
Thank you
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .widget_nav_menu .nested_nav { display: none; }
Regards,
Yigit
Thank you so much, that really helped!! You are the man!
One more question about the sidebar. Is it possible to change the title of the sidebar text to be H2 as to look as all the other titles on the page? Right now it looks very small compared to the other titles.
Thank you so much,
Hi!
Please add following code to Quick CSS as well
.widgettitle { font-size: 28px; }
Regards,
Yigit
Perfect!!! Thank you so much!