Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #842675

    lastly, on mobile
    how can i make the burger menu slide out (white padding) transparent?
    change the phone number and burger menu(on homepage) icons white? (because they are links, there are showing as grey.)
    how can i remove the search icon on both desktop and mobile?

    thank you so much for the help

    #842688

    Hey dee804203,

    First add the following to remove the search icon:

    #menu-item-search{
    display:none!important;
    }

    To make the white padding transparent:

    .html_av-overlay-side #top .av-burger-overlay-scroll{
    background:transparent!important;
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.