Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #275052

    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.

    #275057

    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

    #275078

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

    #275084

    Hey!

    You are welcome, glad we could help!

    Cheers!
    Yigit

    #275085

    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.

    #275087

    Hi!

    You can enter any text you would like instead ‘title here’ in the code i posted

    Cheers!
    Yigit

    #275092

    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.

    #275096

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.