Comments drastic started the conversationJanuary 20, 2014 at 7:37pmHey, what custom CSS can I use to create a white background area on pages and products? Thanks! 1,069ThemeNectar repliedJanuary 22, 2014 at 12:23pmHey Drastic One!Add this into your custom css box:body, body .container-wrap, body .home-wrap, body #page-header-wrap { background-color: #fff!important; } drastic repliedJanuary 26, 2014 at 3:01amthis works, but it makes the whole page white.i just want the body of the page, like the content area, to have a white background - just like how my blog posts have a white background.is that possible? 1,069ThemeNectar repliedJanuary 29, 2014 at 9:40amHey again!Try this in that case:.woocommerce ul.products li.product { background-color: #fff!important; padding: 10px!important; } Sign in to reply ...
Hey Drastic One!
Add this into your custom css box:
this works, but it makes the whole page white.
i just want the body of the page, like the content area, to have a white background - just like how my blog posts have a white background.
is that possible?
Hey again!
Try this in that case: