Love the theme. I’m currently working on our new site using ENFOLD. But the I’d like to change the background on the posts, which is currently white. I thought adding the Avia Advanced Editor would do the trick, but doing so takes away the share buttons below and other post functionality that I like and want to keep. So is there a way to change the background color (preferably adding an image) to the posts.
So basically, I’m looking for a way edit the posts without losing the tags and share buttons at the button or a way to recreate it using the Advance Editor.
Please advise.
Hey coolspeak!
You can add this to your content to change the background.
<style type = "text/css">
.template-blog { background: red !important; }
</style>
If your trying to do something else more specific then take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
Elliott
How about a image (a gradient to be exact) Just like all our other pages. Here’s an example: http://www.carlosojedajr.com/coolspeak/about-us/ That background is an image. A gradient we are using. Please advise.
Hey!
Please use the code as following
.template-blog {
background-repeat: no-repeat;
background-image: url(https://www.carlosojedajr.com/coolspeak/files/2014/07/gradient.jpg);
background-attachment: scroll;
background-position: top left; }
Regards,
Yigit
Dumb questions, but where should I post the code? Which file or should I use the Quick CSS?