• hi! i decided i wanted the subcategories to be collapsed in the mobile menues. i have a page in hebrew (right to left written) the arrow icon to unfold the submanu is on the right above the text. is there a way to align it to the left? also is there a way to change that chavron up/down icon with a plus + and minus – icon for opening a closing submenus in moblie??
    thanx!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • hey,

    Can you please post a link so I can take a look?

    I should be able to give you some CSS to fix this.

    thanks,
    Kevin

    Thread Starter betumayo

    (@betumayo)

    hi this is the page
    https://www.ponponi.co.il/

    Try adding this CSS to Theme Options> Advanced Settings and let me know if it works for you:

    .kad-submenu-accordion-open {
        left: 0;
    }

    -Kevin

    Thread Starter betumayo

    (@betumayo)

    It worked!!!!! thank you kevin!!
    now is there a way to change the arrow for + and – symbols?

    Sorry, I don’t understand.

    Are you wanting to change the arrow for the menu being open or closed to a plus or minus?

    -Kevin

    Thread Starter betumayo

    (@betumayo)

    hi kevin yes thtas what u want. a plus to open the submenu +
    and a minus to close –

    Add this CSS to Theme Options> Advanced Settings and let me know if it works for you:

    ul#menu-mobile-menu i.icon-chevron-down:before {
        content: "\f067" !important;
    }
    
    ul#menu-mobile-menu i.icon-chevron-up:before {
        content: "\f068" !important;
    }

    -Kevin

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘sub-menu collapse problem’ is closed to new replies.