Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #206446

    Hi – I was wondering if it was possible to change my blog background color or at least the content portion of it to white instead of the background image I have now.

    I do not want the background color of the pages to change, just the posts. I’ve already tried editing layout.css, specifically the .content selector but that changed the content background for both pages and posts.

    Any thoughts?

    Site Link:
    http://noblewhy.com/2014/01/03/why-retirement-isnt-all-its-cracked-up-to-be/

    #206457

    Hi wss310!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .single-post .main_color {
    background-image: none;
    background-color: white;
    }

    It will change the background color of single post pages to white

    Regards,
    Yigit

    #206641

    Hi, I tried this in the quick CSS and it did not work…then tried it in the custom.css and did not work either. Does it matter that my blog is using a masonry style?

    Here is another blog post link:
    http://noblewhy.com/2014/01/03/what-part-of-the-elephant-have-you-been-touching/

    #206668

    Hey!

    Yigit’s code should work. Please try this:

    .single .main_color {
    background-image: none !important;
    background-color: white !important;
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #699296

    I have a similar Problem but both css didnt work.
    I have a Blog and my whole site as a background picture everythingels is transperent.
    I now but a half trasperent box behind every text
    I realy would like to do this as well in my blog.
    you got a quck fix maybe?
    sending you the link to my page http://stressdefense.eu/category/aktuell/

    #699297

    would be wonderful
    thank you

    #699302

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        background: rgba(204,204,204,0.5);
    }
    

    Best regards,
    Yigit

    #699317

    Thanks a million!!!! Worked just wonderfully.
    Big Thum Up into the night!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog background color’ is closed to new replies.