Re: Change the colour of the tabs content

Solved

Change the colour of the tabs content

DaniCollantes
Tourist
15 0 2

Hi, I need to change the colour of the content of the tabs and turn it into a lighter Grey instead of a Black.

My website is not live yet, heres the preview link:

 

https://nxzjpj39tplzhpap-52766113982.shopifypreview.com

 

Diseño sin título (63).png

Accepted Solution (1)

ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

Hi @DaniCollantes 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.min.css and paste this at the bottom of the file:

 

.collapsible-tab .rte p {
color: #9d9898;
}

 

ZestardTech_0-1721300534283.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

aBox_Agency
Shopify Partner
87 9 16

Hello @DaniCollantes

Which Theme you are using?

Current CSS - You can change from theme color customise settings

.text-scheme-text {
  color: var(--color-scheme-text);
}

or Use (If you don't know how to change from the Customise)

.text-scheme-text {
  color: #000 !important;
}


ss4.png

 

 

 

 

 

 

 

Thank You

Regards,
aBox Agency | Shopify Partners

Need help customizing your Shopify store? Feel free to reach out to us at Shopify Partners Directory or visit our website at aBox.Agency.

If you found this post helpful, please give it a like!
DaniCollantes
Tourist
15 0 2

I'm using Baseline, I want to change them without changing other parts of the website, where can i write the code?

 

ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

Hi @DaniCollantes 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.min.css and paste this at the bottom of the file:

 

.collapsible-tab .rte p {
color: #9d9898;
}

 

ZestardTech_0-1721300534283.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing