• My site is Allurice.com and I have the background as a shade of blue. The Problem is when i add photos to the page they are surrounded by a white square, and i would like to make this space the same color blue as the rest of the site.

Viewing 1 replies (of 1 total)
  • Hi,

    The thing is that the container for the content has a white background so you can actually read the text that is in it.

    The image that shows your site has no border surrounding it.

    If you want to change this ONLY for the homepage (you will need that white background for other pages) you can use this CSS:

    .home .content-area {
       background: transparent;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How can i change color of background on a page.’ is closed to new replies.