Solved

How to Change Color of Title of Rich Text on Home Page (Debut and Minimal Themes)

SabastianB
Tourist
8 0 1

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:

Screenshot 2022-11-25 at 11.12.54 PM.png

Thanks!

 

-Sabastian

Accepted Solution (1)
GemPages
Shopify Partner
5588 1261 1203

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:

GemPages_0-1669393548197.png

 

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 %}

 

GemPages_1-1669393654005.png

 

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.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 5 (5)

GemPages
Shopify Partner
5588 1261 1203

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

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
SabastianB
Tourist
8 0 1

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/

GemPages
Shopify Partner
5588 1261 1203

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:

GemPages_0-1669393548197.png

 

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 %}

 

GemPages_1-1669393654005.png

 

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.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
SabastianB
Tourist
8 0 1

Thanks so much, GemPages, that worked perfectly! I really appreciate your help!

LauraTH7
Visitor
2 0 0

Hi Gempage, 

I have a similar situation in my website. I would have all the title on the color #BF9D78 , I've tried the option given above but it's not working ... Could you help me ?

 

Kind regards, 

Laura