Dawn Theme - Change font color for image banner without container

Solved

Dawn Theme - Change font color for image banner without container

PhilLennart
Shopify Partner
33 0 23

Hey everybody,

 

I would like to change the font text color of all image banners to white. However not for any image banner that has a container.

 

I already tried the steps from this discussion. Worked great, however, when I put the code below in "section-image-banner.css" it changes the font color for all image banners (including the ones with a container):

 

.banner__text { 
    color: #ffffff !important; 
}

What can I add to only apply this to image banners without containers?

 

I am not able to share the url, but it's a simple dawn theme without any modifications.

 

Thank you in advance.

Accepted Solution (1)

PageFly-Kate
Shopify Partner
1346 372 414

This is an accepted solution.

Hi @PhilLennart 

 

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-image-banner.css->paste below code at the bottom of the file:

.banner--desktop-transparent .banner__text { 
    color: #ffffff !important; 
}

I hope it would help you!

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


Unlock the secrets to a record-breaking BFCM with PageFly and Canva


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


➜ Weekly updated Shopify tutorials on YouTube


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


View solution in original post

Reply 1 (1)

PageFly-Kate
Shopify Partner
1346 372 414

This is an accepted solution.

Hi @PhilLennart 

 

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-image-banner.css->paste below code at the bottom of the file:

.banner--desktop-transparent .banner__text { 
    color: #ffffff !important; 
}

I hope it would help you!

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


Unlock the secrets to a record-breaking BFCM with PageFly and Canva


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


➜ Weekly updated Shopify tutorials on YouTube


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