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!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024