Help with changing cart color and hamburger button color in Narrative

innovationclub
New Member
7 0 0

I have tried to change the codes as it was suggested here but nothing is working can someone help me please?

 

cope.PNG

 

 

Replies 7 (7)

Anthony_David_
Shopify Partner
417 46 105

Let us know what code you added and what are you trying to achieve. Also do share your store URL

Thanks

Theme customization | Design | Shopify App Consultant
Have Any Questions? Whatsapp +1 (341) 241-4263
Based in United States
innovationclub
New Member
7 0 0

Here is my Url: https://coparaus.myshopify.com/

 

My background is clashing with the icon and i wanted to make it white. 

I have tired to use this example which was given in shopify community  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-cart" viewBox="0 0 64 64"><circle cx="25" cy="47" r="3"/><circle cx="40" cy="47" r="3"/><path fill: "#ffffff"  d="M22.4 18H15v4h4l.9 5.2v-.1l1.3 15h24l4.4-17H23.5L22.4 18zm22 11L42 38H24.8l-.8-9h20.4z"/></svg>

 

 

Anthony_David_
Shopify Partner
417 46 105

Share store password @innovationclub 

Theme customization | Design | Shopify App Consultant
Have Any Questions? Whatsapp +1 (341) 241-4263
Based in United States
innovationclub
New Member
7 0 0

Sorry I am new to this and I dont know if this is right to give personal info

Anthony_David_
Shopify Partner
417 46 105

I didnt ask you account password, I just asked your store password as it was password protected. Anyways its your choice.

As per my hint try the below code. This is just a randow code. Add the css at the end of your css file.

header svg{fill:#fff !important}


Hope this helps.

Thanks

Theme customization | Design | Shopify App Consultant
Have Any Questions? Whatsapp +1 (341) 241-4263
Based in United States
innovationclub
New Member
7 0 0

I sorry for this, and thank you its working but the the hamburger icon did not changed the color. Once again sorry. 

Anthony_David_
Shopify Partner
417 46 105

Hello @innovationclub 

No Problem add the below code, it's a blind guess as i don't have access to see your store

span.burger-icon {
    background: #fff !important;
}


Hope this helps.

Thanks

Theme customization | Design | Shopify App Consultant
Have Any Questions? Whatsapp +1 (341) 241-4263
Based in United States