Shopify themes, liquid, logos, and UX
Hey there, I'm trying to change the Title color of a Rich Text section on our Home Pages, but I don't see any option to change the colors on the Home Page editor. It's currently black and we'd like to change it to red. Our stores use the Minimal and Debut Theme, please see the attached image with the section we'd like to change to red on the Home Page:
Thanks!
-Sabastian
Solved! Go to the solution
This is an accepted solution.
Hello @SabastianB,
I'm back to give you a solution to change the Rich text color, please follow my steps to make it 😁:
1. Go to Edit code on Online Store:
2. Add this code above the </body> tag on the file Theme.liquid both 2 stores:
{% if template contains 'index' %}
<style>
.rich-text .rich-text__heading--medium {
color: #FF0000 !important;
}
</style>
{% endif %}
I hope you find the answer helpful. If you need further support, do not hesitate to reach out to us.
Kind & Best regards,
GemPages Support Team.
Hello @SabastianB,
Hello @adevster81,
Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
Hey Gamepass, thanks for the help! Here is a link to our two Shopify stores and the Rich Text sections are on the Home Page:
https://nycchristmastrees.com/
https://christmastreeBrooklyn.com/
This is an accepted solution.
Hello @SabastianB,
I'm back to give you a solution to change the Rich text color, please follow my steps to make it 😁:
1. Go to Edit code on Online Store:
2. Add this code above the </body> tag on the file Theme.liquid both 2 stores:
{% if template contains 'index' %}
<style>
.rich-text .rich-text__heading--medium {
color: #FF0000 !important;
}
</style>
{% endif %}
I hope you find the answer helpful. If you need further support, do not hesitate to reach out to us.
Kind & Best regards,
GemPages Support Team.
Thanks so much, GemPages, that worked perfectly! I really appreciate your help!
User | RANK |
---|---|
122 | |
99 | |
74 | |
72 | |
44 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022