Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #374137

    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.

    #374246

    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

    #378114

    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.

    #378419

    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

    #378602

    Dumb questions, but where should I post the code? Which file or should I use the Quick CSS?

    #378718

    Hi!

    You can use Quick CSS field in Enfold theme options > General Styling tab or Custom.css file inside Enfold/css folder oor Style.css file if you are using a child theme.

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.