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!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024