• Resolved MeyersImaging

    (@meyersimaging)


    Im trying to change the content background to white, from the Off white that it is. When i insert images with white backgrounds they look out of place and im trying to make it look more smooth.

    I cant seem to find the CSS to enter to where all pages within the content field are white instead of off white. Site is currently down while im rebuilding but should be pretty self explanatory if you need to see it just let me know ill throw it up.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • What is your URL?

    Thread Starter MeyersImaging

    (@meyersimaging)

    https://www.meyersimaging.com/digital/cr-systems/prima-t2/

    I want the images to look seamless throughout the page, like when im making the page its white background but when its published the theme makes it slightly off white which makes the images look crap. Just want the Content background white so it looks neater.

    That is the main page, but any content page i make will have the same issues seeing as all my images are white backgrounds

    Thanks

    As I see to your site..

    Please add the css rule.

    #wrapper{
    background: #fff !important;
    }

    Thread Starter MeyersImaging

    (@meyersimaging)

    Thanks that helped the background. Now im seeing some sort of trim around the images. and i think its the theme doing it as when im making the pages i see no boarders around the images… is there something else im missing?

    The theme create box-shadow for the content image.

    If you want to remove that box-shadow.

    Put this code

    .content img {
        box-shadow: none !important;
    }

    Thread Starter MeyersImaging

    (@meyersimaging)

    Perfect youre the man. Ive been searching for two days for these simple lines. As im new to CSS i just couldnt find it youre a life saver.

    Thank you again

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Theme Content background to white’ is closed to new replies.