This topic has 1 reply, 2 voices, and was last updated 10 years by SQadmin.

  • Author
  • #10891
     kcurran
    Participant

    Hello, I would like to disable the toggle in the menu- the + symbol next to the items that have sub items. I can’t seem to locate this in the CSS. Could you please advise?

    Thanks 🙂

    #10936
     SQadmin
    Keymaster

    Hi, you can simply disable it by adding the following lines in admin – theme options – general settings – quick css box:

    COPY CODE
    
    .caret {
    	padding-left: 0;
    }
    .caret:after {
    	content: " ";
    }
    .dropdown-submenu > a:after {
    	content: " ";
    }
    

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?