• Closed
  • Diana N
    Spectator
    August 22, 2014 at 10:03 pm #8587

    Hi,
    I have the homepage set to show the blog layout in nice boxes with the background image showing through around the boxes using css transparent. But now all the single post pages and other pages backgrounds are all transparent.

    How do I override the rest of the pages backgrounds to be background-color: #ffffff and keep the homepage intact?

    http://diananashif.com/blog/

    Please help me with this………..my last 2 posts in the forum go unanswered and I really need help.

    Thank you,

    Diana

    Alok Maheshwari
    Spectator
    Posts: 303
    August 23, 2014 at 2:08 am #10363

    Try following css and let me know if it works.

    Code:
    body:not(.home) #main .alora-row { background:#fff; }
    Diana N
    Spectator
    Posts: 45
    August 24, 2014 at 4:19 pm #10387

    Yes it did work, thank you Alok……………..is there a way to separate the post and page content from the sidebar to show the body background through?