Tagged: 

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

    Hi,

    We have a site where we need to use another background color on on blog posts and static pages.

    So I need the following:

    * Pages use streteched layout with background color #a8c1ce

    * Posts uses boxed layout where the content is on white background and whats outside the boxed area is #a8c1ce.

    How can I fix this? If its not posible. How can I only set a diffrent background color for post/pages?

    Best regards,

    Thomas

    #448880

    Hey Thomas!

    It is possible, start setting-up the site with a stretched layout and background of #a8c1ce, then create a Post with some content and post a link to it here.

    Regards,
    Josue

    #449450
    This reply has been marked as private.
    #449774

    Hey!

    Try adding this code to the Quick CSS:

    .single #main > .container_wrap > .container {
        background-color: white;
        padding: 0 50px !important;
    }

    Cheers! 
    Josue

    #449925
    This reply has been marked as private.
    #449944

    Hey!

    Glad we could help :)

    Cheers!
    Rikard

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