As I said I’m trying to have the text in my pages (about us, contacts, etc) in pure white but it tends to be like my background colour, even with the button on the product page. I cant find any solutions. https://easeastore.com/pages/about-us
Hi @Vick2
Please add this code at the bottom of your base.css file in your Online store > Themes > Edit code > Assets
.rte p.light { opacity: 1 !important; }
@Vick2 - add this css to the very end of your base.css file and check
p{opacity:1 !important; color:#fff;}
Hello
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
p.markdown.prose.w-full.break-words.dark\:prose-invert.light {
color: #fff !important;
}
.rte>p:first-child {
color: #fff !important;
}
Hi @Vick2 ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards,
Anthony
Thanks, yours is the one that got me the purest white
@Vick2 - nice to know it worked for you, do let me know if you have any more updates, you have my email below.
