Shopify themes, liquid, logos, and UX
How do you make the line "so, why not have a backup..." brighter?
Also, in general I have noticed text in the header is less bright. Text in rich text is less bright. Especially text in description of featured collection is less bright. How do I fix the brightness of text? For all, but especially in image banner and featured collection description.
Hi @SweatFree, I think an overlay layer will make the text in the image stand out more
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
yes, but it makes the image look dull, so if there was a way to make the text as bright as the heading text then I thought it would be better. Also, same question for featured collection description. You'll notice that text is less bright in comparison to featured collection heading.
Hi @SweatFree,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
.banner__text.rte.body strong {
color: white !important;
}
</style>
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hey @SweatFree
Your website is password protected, can you share your website password as well?
Best Regards,
Moeed
Sorry, Removed the password!
Hey @SweatFree
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.banner__text.rte.body strong {
color: white !important;
opacity: 1 !important;
font-weight: bold !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
I would recommend some sort of background for the text. As it stands its will get "lost" on the background images potentially causing issues with sight impaired visitors.
I did this change in browser :
.banner__box {
padding: 4rem;
background: rgba(0, 0, 0, 0.4);
max-width: 89rem;
border: none;
border-radius: 6px;
box-shadow: none;
backdrop-filter: blur(5px);
border: 1px solid #000000;
}
Result below. You can add this (probably as Im just getting started with liquid but know my way around a code base) to the custom css,
Shopify and our financial partners regularly review and update verification requiremen...
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