• When you go to this site and open the menu. On the product text there is a plus icon. I want to change the + icon to something else. Mostly > this icon. Is it possible. And if possible V when opened.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Try to add the below code to the Customize > Custom CSS section to do it –

    .sidr-class-dropdown-toggle:before {
        content: '\f105';
        font-weight: 600;
    }
    .sidr-class-dropdown-menu li.active>a>.sidr-class-dropdown-toggle:before {
        content: '\f107';
        font-weight: 600;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change drop down + icon in mobile menu’ is closed to new replies.