Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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;
}
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;
}
Thank You
I'm using Baseline, I want to change them without changing other parts of the website, where can i write the code?
This is an accepted solution.
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;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025