Hello so this issue has been driving me CRAZY. On my Debut theme instead of some of the text being fully white it is a light grey which is super annoying. Is there anyway I can get all the grey pure white. It is not good because it makes the information hard to read
ul.list-menu.list-menu--inline a, .image-with-text__text.rte.body, ul.footer-block__details-content.list-unstyled a {
color: #fff;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
@Kaidavis22
Hello,
body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
color: rgba(var(--color-foreground), 1) !important;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Like
Hi @Kaidavis22
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
Go to Online Store > Themes > Edit Code > base.css , after paste this code to bottom of file
body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2,.header__menu-item{
color: rgba(var(–color-foreground), 1) !important;
}
Best Regards;
Pagefly




