How to remove the white cross when clicking on the menu icon? Previously I replaced the menu icon and made it the correct size. Now there is a problem with the white cross when pressed. How can this be fixed?
My store: https://6b786d-5.myshopify.com/
Password: cheemi
Hi @SeLaVie
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
svg.icon.icon-close {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
1 Like
Thanks, it worked!
1 Like
You are welcome @SeLaVie ![]()
