I’m trying to understand why my text on my description has been grayed out but cannot find the reason. My theme is debutify and I customized it to be a dark theme within the store color settings but the product description won’t change no matter what color I change.
@Gralsritter - your description somehow has he internal css applied, so to overwrite that css, add this css to the very end of your theme.scss file
p span {color: #fff !important;}
hi @Gralsritter
This is PageFly - Free Landing Page Builder.
This can be achieve by using custom css code. Please help me by add the code with the instruction below
Step1: Online store > Themes > Edit code > search for your theme file .css that could be theme.css
Step2: Paste the code to the end of the file
#productDescription p span, #productDescription h4 span {
color: #fff !important;
}
Hope this helps.
Best regards,
PageFly
@Gralsritter - please try css given by @PageFly-Victor


