hide "search" and "cart" in header (dawn theme)

Solved

hide "search" and "cart" in header (dawn theme)

10xfuel
Pathfinder
134 0 15

Hi! How can I temporarily hide the "search" and "cart" icon in the header on the website www.chimaek.ch ?

10xfuel_0-1706553548528.png

 

Accepted Solution (1)

KuldeepKumar20
Shopify Partner
312 37 65

This is an accepted solution.

Hi,

 

Edit your theme and open the base.css file and put the bellow code in the bottom of file and save.

 

.header__icons.header__icons--localization {
    display: none;
}
For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: codermail30@gmail.com

View solution in original post

Reply 1 (1)

KuldeepKumar20
Shopify Partner
312 37 65

This is an accepted solution.

Hi,

 

Edit your theme and open the base.css file and put the bellow code in the bottom of file and save.

 

.header__icons.header__icons--localization {
    display: none;
}
For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: codermail30@gmail.com