Hello @littlehillbilly1,
If you are trying to add the background on the complete site then follow the below steps.
For Background Color Go to Dashboard >> Appearance >> Customize >> Colors >> Change the color >> Publish it.
For Background Image Go to Dashboard >> Appearance >> Customize >> Background Image >> Upload the image >> Publish it.
Thanks.
Thank you for your quick response. I think I misstated my issue. I have been able to modify the background of my complete site and that is working well on all my pages. My issue is with my blog post page and I incorrectly said background. Its the color within the section on the blog page that I cannot get to update. In the editor it shows I changed the color but when I preview the published page it doesn’t have the color and is transparent. You see the background image and it makes the content in the section very hard to read.
Hello,
To change the color of the content, follow the below steps: Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below css here
span.entry-comments {
color: #000;
font-family: PT Sans;
font-weight: 900;
font-size: 21px;
line-height: 10px;
}
.post-info i{
color: #000;
font-weight: 900;
font-size: 20px;
}
Thank You.
Thank you for your response. I actually added a background color to the “.post-main-box” and that fixed my issue.
Hello @littlehillbilly1,
Ok Great, if you have any other query let us know.
Thanks.