Re: How to change the menu icons (Motion theme)

How to change the menu icons (Motion theme)

Anonym3845
Excursionist
26 0 13

Hello,

How can i change the color of the menu and the shopping card icon on my header with the Motion Theme?

Best Regards


Replies 2 (2)

Emirates7
Shopify Partner
214 50 40

Hi,

Open a file assets/base.css and try add below code at the end of the file:

header * {
color: #000 !important;
}
header svg path {
fill: #000 !important;
}
Anonym3845
Excursionist
26 0 13

Hey,

Where exactly do i need to add this code?
I can't find a base.css file.