Hi, all of my blog posts have a black background and black text now. Not sure how to change the background back to white.
Hello @Serious_Take_Product,
Thanks for writing in!
It seems that you are using dark Integrity stack. To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.entry-wrap {
background-color: transparent;
box-shadow: none;
}
.entry-footer a {
color: black;
}
And by the way, I have checked your homepage and it seems that you inserted a broken html code. You have this:
<span style="font-size: large;">No need to worry about video that lacks quality. We use state of the art technologies and equipment to craft crisp videos that are engaging and visually compelling.
You forgot to close the </span> which would eventually mess up the page. Please correct it while you can.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.