What's your biggest current challenge? Have your say in Community Polls along the right column.

how do i get the text dark green like the rest of the site please?

Solved

how do i get the text dark green like the rest of the site please?

saabbb1212
Explorer
58 3 14
Accepted Solution (1)

ecoboostify
Shopify Partner
15 2 1

This is an accepted solution.

  1. Log in to Shopify > Online Store > Customize (https://prnt.sc/JqzLGYNkU1X0).
  2. Go to Theme Settings > Custom CSS (https://prnt.sc/pyPhZM5u885c).
  3. Copy the CSS code below, paste it into the Custom CSS box, and click Save.
.subtitle {
  color: rgba(var(--color-foreground), 1);
}
It's truly fulfilling to help someone.
EcoBoostify: Shoppable Reels - Improve conversions with shoppable reels and sales tools

View solution in original post

Replies 4 (4)

Eric-HAN
Shopify Partner
263 29 27

Actually.   you use <strong> element to wrap words . just clean them.

Go to your theme and find the words check the strong element remove them or replace with span element

- Helpful? Please hit Like and mark it as a solution
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me    Buy Me A Coffee

DaisyVo
Shopify Partner
1076 138 152

Hi @saabbb1212 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

4, 75, 27
* {
    color: rgb(4, 75, 27) !important;
}

 

Here is the result: https://prnt.sc/FeqRSSGEDFL1
 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

ecoboostify
Shopify Partner
15 2 1

This is an accepted solution.

  1. Log in to Shopify > Online Store > Customize (https://prnt.sc/JqzLGYNkU1X0).
  2. Go to Theme Settings > Custom CSS (https://prnt.sc/pyPhZM5u885c).
  3. Copy the CSS code below, paste it into the Custom CSS box, and click Save.
.subtitle {
  color: rgba(var(--color-foreground), 1);
}
It's truly fulfilling to help someone.
EcoBoostify: Shoppable Reels - Improve conversions with shoppable reels and sales tools
saabbb1212
Explorer
58 3 14

OMGGGGGG THANKYOUOUUUUU SOIOOOO MUCH 🙂