Plus sign in stead of arrow in dropdown mobile menu

This topic has 7 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Martine

  • Avatar: Martine
    Martine
    Participant
    December 22, 2021 at 14:32

    Hello,

    Is it possible to change the down arrow behind a menu item in the mobile menu (see screenshot) to a plus sign?

    https://www.loom.com/i/516298855a3c4e1aae670b41ebb5d025

    6 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 22, 2021 at 18:12

    Hello,

    Add the below code to Theme Options > Custom CSS

    .toggles-by-arrow .open-child:before {
       content: 'e910';
       font-family: 'xstore-icons';
       height: 0;
       transform: none;
    }
    .toggles-by-arrow .open-child:after {
        display: none;
    }
    .toggles-by-arrow .active:not(li)>a .open-child:before, .toggles-by-arrow .over>a .open-child:before, .toggles-by-arrow li.et-active>a .open-child:before {
        content: 'e912';
    }

    Regards

    Avatar: Martine
    Martine
    Participant
    December 22, 2021 at 18:17

    Thankyou.

    See image for code and result: https://www.loom.com/i/683902f06a9248c7af045228bc002c37

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 22, 2021 at 18:18

    Hello,

    Provide us with WP Dashboard access to check and help you.

    Regards

    Avatar: Martine
    Martine
    Participant
    December 22, 2021 at 18:30

    See private content area

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 22, 2021 at 18:56

    Hello,

    Done. Check now.

    Regards

    Avatar: Martine
    Martine
    Participant
    December 22, 2021 at 19:09

    Great! Thankyou!

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘plus sign in stead of arrow in dropdown mobile menu’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.