New Shopify Certification now available: Liquid Storefronts for Theme Developers

Help to change text color in image with text

Solved
LalitaC
Tourist
3 0 0

Hi everybody,
How can I change the text color of the text in image with text
LalitaC_0-1697498011498.png

 

Accepted Solution (1)
Beae_Anthony
Shopify Partner
436 167 168

This is an accepted solution.

Hi @LalitaC ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

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

<style>
.slider-desc {
    color: red !important;
}
</style>

Note: You can adjust value to fit your store

Beae_Anthony_0-1697498573860.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog

View solution in original post

Replies 4 (4)
Beae_Anthony
Shopify Partner
436 167 168

Hi @LalitaC ,

Could you please share your store URL, so that I can help you

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
LalitaC
Tourist
3 0 0

Hi
Sure, I here is my store link: https://kinsha.store/

Beae_Anthony
Shopify Partner
436 167 168

This is an accepted solution.

Hi @LalitaC ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

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

<style>
.slider-desc {
    color: red !important;
}
</style>

Note: You can adjust value to fit your store

Beae_Anthony_0-1697498573860.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
LalitaC
Tourist
3 0 0

amazing, thank you