[Resolved] Background image but textarea whiteThis topic has 1 reply, 2 voices, and was last updated 7 years, 3 months ago by Andrew Misplon.AuthorPosts 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 1 post (of 1 total)You must be logged in to reply to this topic.