Help is needed! How to change the size of the hamburger menu icon?

Я изменил значок гамбургер-меню на другой, но он не такого размера.

Ранее я изменил значок корзины и использовал этот код, чтобы сделать его нужным размером: base.css

.header__icon--cart svg   {  
    ширина : 30 пикселей ;  
    высота : 30 пикселей ;  
}

При нажатии на иконку меню появляется белый крестик, как его убрать?

My shop: 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

@media (max-width: 767px){

summary.header__icon.header__icon–menu.header__icon–summary.link.focus-inset {

width: 3rem !important;

}

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thank you, this helped me. There is one more problem. When I click on the icon, a white cross appears. How to remove it?