Shopify themes, liquid, logos, and UX
I would like to change the text color of the BUY 2, GET 1 FREE (MIX & MATCH) line to hex #b5181d. I don't want to change any other text colors. This is the Dawn V12 theme.
Solved! Go to the solution
This is an accepted solution.
Hi @abmeyer1987
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.product section p.product__text:not(:first-child) {
color: #b5181d;
}
</style>
This won't affect other text
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @abmeyer1987
PLease, share your store URL. Thanks!
Sure, it's americanessiactea.com.
Thanks for the info, try this one.
p.product__text.inline-richtext {
color: #b5181d !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
When I put your code in the code editor, the vendor name AMERICAN ESSIAC TEA also changes color. Is there a way to exclude the vendor name from also changing color?
This is an accepted solution.
Hi @abmeyer1987
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.product section p.product__text:not(:first-child) {
color: #b5181d;
}
</style>
This won't affect other text
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
That worked perfectly, thank you very much Richard.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025