Make Text White On Image Banner On Refresh Theme

Make Text White On Image Banner On Refresh Theme

Justin34
Trailblazer
345 0 91

Hi all,

 

I am trying to make the text under the heading on my image banner white in color. It is right now a greyish color. Here is the code that was suggested to me last night. It is not making my text white though. My text is still a grey color.

 

@media screen and (min-width: 750px){
.banner__text .subtitle{color: #fff}

 

Any idea how I can make this text white?

 

My website is www.PennsylvaniaParks.org

 

Thanks!

ALL I THINK ABOUT IS OUR PARKS 🙂
Replies 4 (4)

PageFly-Henry
Shopify Partner
1184 335 297

Hi @Justin34 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.banner__text.rte.subtitle strong {

    color: white;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

Justin34
Trailblazer
345 0 91

That worked perfectly. The only issue I am having is on mobile, you cant see the text because i have the text under the image on mobile. And because the background is white, the text cant be seen. Is there a way around that? Thank you!

ALL I THINK ABOUT IS OUR PARKS 🙂
PageFly-Henry
Shopify Partner
1184 335 297

You can try with this code: 

.banner__text.rte.subtitle strong {
color: black !important;
}

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


PageFly - #1 Page Builder for Shopify merchants.


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

Justin34
Trailblazer
345 0 91

Hi Henry. Thanks for all your help. That makes the text on desktop computers black.... what I need is text on desktop to be white and text on mobile devices to be black. Is that possible?

ALL I THINK ABOUT IS OUR PARKS 🙂