menu icon problem

Home Forums Gillion Theme menu icon problem

Home Forums Gillion Theme menu icon problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • flapsclub
    Participant

    Hello,

    How can I remove the three points next to the mega menus for the desktop?

    Men’s icons do not appear in the mobiles. How can I solve this?

    Thanks, good work

    Attachments:
    You must be logged in to view attached files.

    Hi @flapsclub,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    flapsclub
    Participant

    flaps.club

    How can I remove the three points next to the mega menus for the desktop?

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav li.menu-item-has-children > a:after,
    .sh-nav li.menu-item li.menu-item-has-children > a:after {
        display: none;
    }

     

    Menโ€™s icons do not appear in the mobiles. How can I solve this?

    Please use below custom CSS code to resolve it.

     

    .sh-nav li.menu-item-has-children > a:after,
    .sh-nav li.menu-item li.menu-item-has-children > a:after {
        display: none;
    }
    
    .sh-nav-mobile li.menu-item > a.fa:before {
        font-family: 'FontAwesome';
        padding-right: 8px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)