[Resolved] Background image but textarea whiteThis topic has 1 reply, 2 voices, and was last updated 6 years, 10 months ago by Andrew Misplon.AuthorPosts January 12, 2018 at 8:06 am #8549 JoachimParticipantHello?Is there a way i can have a background image, but let the content have white background?The site is frilynt.no. Now i do not have background image, but i want it like this picture, but the background inside the red square should be white?Picture: https://www.dropbox.com/s/smvhdv74m034n5o/Tilpass__Velkommen_til_frilynt_no_-_Frilynt_Norge.jpg?dl=0 January 12, 2018 at 6:04 pm #8558 Andrew MisplonKeymasterHi 🙂This will probably take some adjustments. First, try in Custom CSS:.site-content .polestar-container { background: #fff; overflow: hidden; }And perhaps add some padding?@media (max-width: 768px) { .site-content .polestar-container { padding: 0 10px 10px 10px; } }Padding values represent top, right, bottom, left. You can adjust as required or not use that rule. Give it a try 🙂AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)You must be logged in to reply to this topic.