Hi i managed to change the body background color to black but is there an easier way to replace all the text color from dark to light? if i edit a css file? im used to joomla and new to wp so i dont understand how i easily can change css files… i have cpanel www.værkcatering.net
Hey there
Text color can be also changed from the appearance > customize and there you have to change color settings for body text color
I cant find no body text color in customize… its only theme Color Scheme in colors in theme options
HI
Can’t see your website because my antivirus software is not allowing me to do that
I changed domain it’s www.vaerkcatering.net it should not be blocked now
hey there
Please add this CSS in appearance - customize - additional CSS
h1, h2, h3, h4, h5, h6,
body, button, input, select, textarea {
color: #ffffff;
}
.woocommerce ul.products li.product .price ins {
color: #ffffff;
}
.woocommerce ul.products li.product .price del {
color: #ffffff;
}
Thanks!
Colorlib Support Team