Re: 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
35 8 6

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.
If this fixed your issue, Likes and Accept as Solution are highly appreciated.
EcoBoostify Shoppable Reel UGC - Easily Shoppable Videos+Reels, Inactive Tab Messages, Favicon Cart Counts, and more optimize store

View solution in original post

Replies 4 (4)

Eric-HAN
Shopify Partner
273 30 29

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
2312 287 333

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
35 8 6

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.
If this fixed your issue, Likes and Accept as Solution are highly appreciated.
EcoBoostify Shoppable Reel UGC - Easily Shoppable Videos+Reels, Inactive Tab Messages, Favicon Cart Counts, and more optimize store
saabbb1212
Explorer
58 3 14

OMGGGGGG THANKYOUOUUUUU SOIOOOO MUCH 🙂