How can I change the color of logos in my Shopify theme?

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:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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

Hi @ThriveCommerce

Please follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Please find theme.liquid file
  4. Add the following code above tag
svg#Capa_1 { fill: white !important; }

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;
}
    

One is still white

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