Hi,
I installed the Enfold blog-demo. But the background color ist missing. Also some font color seems to be wrong (blue instead of brown). In the styling settings the background-color is correct (white). But it doesn’t show at the front end. Also, changes at the background-color have no effects at the front end.
What could be the reason for this? How can I fix that?
I tried is several times. Made a couple of wordpress resets, also I deleated the page completely and installed everything new. Every time I get this error.
I would be glad to solve this.
(Wordpess 6.0.1, Enfold 5.1.1, PHP 8.0.22)
Hey agenturwendt,
Thanks for your question and your login, you had this custom css in your child theme stylesheet:
#top {
background-color: transparent !important; }
I changed it to:
#top {
background-color: #fff !important; }
Now the blog background is white instead of transparent.
Please clear your browser cache and check.
Best regards,
Mike
Thank you Mike!
Now I see, that was my fault. By mistake I uploaded the wrong files for the enfold-child. I’m sorry for that.