Changing the colour of product description - Ride Theme

Solved

Changing the colour of product description - Ride Theme

thgcards
Visitor
3 0 0

Some of my products have their description in white, some are in dark grey (with a black background, it's less than ideal. Example: https://thgcards.com/products/dark-sage-dod-002-secret-rare-yugioh-card-game-promo-1?_pos=1&_psq=dod...)

 

Can anyone point me in the right direction to override the overarching product description colour?

 

Thanks 🙂

 

Tim

Accepted Solution (1)

GemPages
Shopify Partner
5625 1261 1243

This is an accepted solution.

Hello @thgcards

You can check out answer below to get your concern resolved.

 

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </head>

  <style>
    #MainProduct-template--14940176777264__main .product__description.rte span {
        color: #fff !important;
    }
  </style>

 

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 6 (6)

wmmsc
Excursionist
20 4 3

In your theme's css file, paste this at the bottom:

 

.product__description.rte span {
  color: #fff !important;
}

 

GemPages
Shopify Partner
5625 1261 1243

This is an accepted solution.

Hello @thgcards

You can check out answer below to get your concern resolved.

 

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </head>

  <style>
    #MainProduct-template--14940176777264__main .product__description.rte span {
        color: #fff !important;
    }
  </style>

 

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
thgcards
Visitor
3 0 0

Thank you so much @GemPages !!!

GemPages
Shopify Partner
5625 1261 1243

I am glad that my recommendation is helpful to you 😁.

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
beuniquetech
Visitor
1 0 0

Hi there

 

My website does not have a domain yet. I have tried the above solution and it has not worked for me unfortunately. 

 

How do I fix this?

 

16854881460753160809422294040047.jpg

thgcards
Visitor
3 0 0

Hey GemPages, This seems to have reverted with Ride 9.0.0

 

https://thgcards.com/products/wicked-breaking-flamberge-baou-dcr-035-1st-edition-rare-yugioh-card

 

Any insights? Massive thanks in advance,

 

THGCards