Shopify themes, liquid, logos, and UX
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!
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.
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!
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.
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?
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025