Store - www.supremekitchenware.au
I am attempting to change the colour of the heart, bag and login logos to the right of the search bar to #b2995a
I have tried searching but i cannot find how to.
Store - www.supremekitchenware.au
I am attempting to change the colour of the heart, bag and login logos to the right of the search bar to #b2995a
I have tried searching but i cannot find how to.
Hey @ThriveCommerce
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Please follow these Steps:
The code now looks like this however nothing happened
nav.site-nav > ul > li a {
color: white !important;
}
header#section-header-2.hdr__2 .header-bottom-bg-color {
background: #2a2e30;
}
Hey @ThriveCommerce
Change it with this code
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed