Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #305760

    Hello, I have a sidebar with a menu. This menu has a submenu. For the submenu I need to show arrow before the submenu item. How can I get this done? I use the black theme.

    #305783

    Hi royaltask!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    ul.nested_nav > li > li:before {
    content: '→';
    }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

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