Help with changing cart color and hamburger button color in Narrative

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

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

Thanks

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 <path fill: “#ffffff” d=“M22.4 18H15v4h4l.9 5.2v-.1l1.3 15h24l4.4-17H23.5L22.4 18zm22 11L42 38H24.8l-.8-9h20.4z”/>

Share store password @innovationclub

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

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

1 Like

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

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

1 Like