Shopify themes, liquid, logos, and UX
Dear community,
I need help to add a fill colour to the text box, making th etext visible. The background is very light so difficult to see the text.
Thanks!
Please provide store url?
Hi @noor6
Can you please share your store URL, so that we can look at it.
Hi @noor6
We have gone through your problem and found a solution.
Solution:
You can follow these steps to achieve your result
Go to online store->Edit code->section-image-banner.css file
And pest the code top of the file
.banner__heading.h1 {
background-color: white;
color: black;
padding: 0 10px;
}
.banner__text.body span {
background-color: white;
color: black;
padding: 0 10px;
}
Result :
Hi @noor6
Would you mind to share your store URL? Thanks!
It is houseofnur.ae
thanks!
@noor6 Use below css code to visible the text on the banner -
.banner__heading.h1 {
background-color: #fff;
color: #000;
padding: 0 20px;
}
.banner__text.body span {
background-color: #fff;
color: #000;
padding: 0 20px;
}
Is this problem solved?
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024