Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #536005

    Hello,

    I have a site which uses a black/grey colour scheme. This is fine for most pages, however it makes the blog hard to read.

    Is there a way to have the blog section of the site a normal white background with black text?

    Thanks in advance!

    #536831

    Hi digital-handyman!

    try this code which contains the page-id of the site you have provided in Quick CSS field:

    .page-id-142 .main_color.container_wrap_first.container_wrap.fullsize {
    background-color: white;
    }
    

    Regards,
    Andy

    #537011

    Hi Andy,

    Thanks for that code. Its worked for the page listing the blog posts, but I also need it for each individual blog post too.

    Is there a way to do this?

    Thanks very much!

    #538716

    Hi!

    Please add this css code:

    .single .main_color.container_wrap_first.container_wrap.fullsize {
        background-color: white;
    }

    Regards,
    Ismael

    #539300

    Hi There,

    Thanks so much for that – it worked as expected.

    The client has now decided that they want either

    The text width to be wider
    or
    Black bars either side of the post (see the private content)

    I have the theme set out as a stretched layout so I’m not sure if the second option would be possible.

    Thanks in advance

    #539738

    Hey!

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

    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 100%; 
    }

    Regards,
    Yigit

    #540574

    Hi Yigit,

    Unfortunately that code didn’t deliver the result I was after. I’m trying to create the look mocked up in the link in the private content. Right now the theme is set to black colour scheme which uses a stretched layout.

    If this is possible, please let me know.

    Thanks!

    #540826

    Hey!

    Please add following code to Quick CSS

    #top .fullsize .template-blog .post .entry-content-wrapper {
        background: white;
    }
    .single-post #main .container_wrap {
        background: black!important;
    }

    Cheers!
    Yigit

    #541372

    Thanks Yigit, That’s done the trick.

    The last thing I’d like to do is get the featured image across the width of the post: right now it is only a small square. The image uploaded is landscape and should cover the width of the post. Is this possible?

    Below is a screen shot of my current settings for the blog.

    Thanks for your help!

    #541587

    Hey!

    Please go to Enfold theme options > Blog Layout > Single Post Style and choose to display a big preview image :)

    Regards,
    Yigit

    #542133

    Thats done the trick. Thankyou!

    #542160

    Hi!

    Great!
    Please do let us know if you need anything else, we will be more than happy to assist!

    Regards,
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Change the colour scheme of the blog’ is closed to new replies.