How to Change Colour of Product Description Tab Colour

Hello

Can someone please point me in the right direction to change the colour of our product description tabs in Dawn theme so that it matches the add to cart button.

Many thanks

Ellen

1 Like

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hey @Bandicute

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.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.smart-tabs-navigation-li-active {
background-color: #d6a94f;
}

Hi @Bandicute ,

This is Henry at PageFly - Shopify Advanced Page Builder app.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Henry | PageFly

Thank you everyone for your help. Sorted. :blush:

Elle

1 Like

Glad that i can help you