How do I make my body text as vibrant as my heading?

Solved

How do I make my body text as vibrant as my heading?

westaysmiling
Excursionist
24 0 3

I need to make my body text in the product description and paragraph text as vibrant as my headings. Although they are both white, the body text seems to be much more faded compared to my heading. How can I fix this?

https://westaysmiling.com/ 

 

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4584 1051 1712

This is an accepted solution.

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Online Store ->Theme ->Edit code

Assets ->Base.css

.image-with-text__text.rte.body {
    font-family: 'Debusen' !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 7 (7)

dmwwebartisan
Shopify Partner
12321 2552 3727

@westaysmiling 

Please find the following CSS code for your assets/base.css file.

color: rgba(var(--color-foreground), 0.75);

Replace to 

color: rgba(var(--color-foreground), 1.75);

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
westaysmiling
Excursionist
24 0 3

This worked for the text once you clicked on the product, but had no effect on the front page text under "benefits".

 

PageFly-Richard
Shopify Partner
4584 1051 1712

This is an accepted solution.

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Online Store ->Theme ->Edit code

Assets ->Base.css

.image-with-text__text.rte.body {
    font-family: 'Debusen' !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

westaysmiling
Excursionist
24 0 3

Unfortunately this solution seems to have no effect. 

 

PageFly-Richard
Shopify Partner
4584 1051 1712

@westaysmiling 

you can try this code

.image-with-text__content>*+* {
    font-family: 'Debusen' !important;
}

PageFlyRichard_0-1685954951412.png

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

westaysmiling
Excursionist
24 0 3

Sadly this also had no effect, is there anything else that might work?

 

westaysmiling
Excursionist
24 0 3

actually, I was just foolish and still had my text as heading 6 and not paragraph, this worked perfectly