Hello,
How to show the name of the mainitem at the sidebar menu or is it possible to give a headline to the sidebarmenu? I dont know how to explain in english.
Hi remvis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .widget_nav_menu .nested_nav:before {
content: 'title here';
font-size: 18px;
color: red;
}
if this is not what you meant, please post a screenshot and show the changes you would like to make
Best regards,
Yigit
Thank you, it works.
I will do it as shown if the other method doesn’t work but it would be better to show the parent menu item.
Would it be possible to change the headline which is shown in the screenshot? This would be better. If this doesn’t work i will use the method you have shown.
Hi!
You can enter any text you would like instead ‘title here’ in the code i posted
Cheers!
Yigit
Yes, i know but it would be the same at every submenu. It should be the name of every parent item. There should be shown the complete menu the first item included.
Hey!
You can change the code to following one
.page-id-1167 .widget_nav_menu .nested_nav:before {
content: 'title here';
font-size: 18px;
color: red;
}
and change page id for each page. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit