Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #300982

    Hi there,
    Is there a way to change the background colour of the pages in the blog (only in that section of the site not all pages)

    Many thanks

    #301046

    Hi rpl_admin!

    Can you please post the link to your website and a screenshot showing the changes you would like to make?

    Best regards,
    Yigit

    #301109

    Hi Yigit,

    Actually, we haven’t launched the blog on the site yet but we were going to use the ENFOLD standard layout. The only thing we may like to change is the background color of the blog pages.

    #301112

    Hi!

    Please try adding following code to Quick CSS

    .blog div#main .container_wrap {
    background-color: orange;
    }

    If you have not launched the website, please post a screenshot if that code does not do what you would like to achieve

    Regards,
    Yigit

    #308384

    Hi Yigit,
    Thanks for your reply. Unfortunately this code seems to have no effect on the background colour of the single post pages. Any further suggestions, very much appreciated.

    #308559

    Hi!

    Thank you for the update.

    Please try to add this:

    .single div#main .container_wrap {
    background-color: orange;
    }

    Regards,
    Ismael

    #309032

    Hi Ismael,
    Many thanks for that – works well. Only drawback is that it changes the colour of the footer too and ideally we wanted to keep the footer colour the same throughout the site. Any further suggestions very much appreciated.

    #310102

    Hey!

    Please use following code to Quick CSS as well

    #footer { background-color: red!important; }

    Regards,
    Yigit

    #310245

    Yet again Yigit, excellent!

    Many thanks.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Blog Pages Background Colour’ is closed to new replies.