Text is gray, change to white?

Solved

Text is gray, change to white?

KimGottwald
Trailblazer
235 0 34

Hello,

 

I would like to make the changed displayed in the picture, can someone help me?


Thank you!

 

URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/

 

Im using the Trade theme.

 

Bildschirmfoto 2024-07-14 um 3.28.51 PM.png

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

Hi @KimGottwald,

You can follow these steps to make the effect

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css) file

3. Paste the code snippet below at the bottom of the file and hit save

 

.image-with-text__text.body {
    color: #fff;
}

.image-with-text__content .button {
    opacity: 1;
}

 

Here is the result

BSSTekLabs_0-1720967495273.png

 

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Reply 1 (1)

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

Hi @KimGottwald,

You can follow these steps to make the effect

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css) file

3. Paste the code snippet below at the bottom of the file and hit save

 

.image-with-text__text.body {
    color: #fff;
}

.image-with-text__content .button {
    opacity: 1;
}

 

Here is the result

BSSTekLabs_0-1720967495273.png

 

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now