That’s the custom CSS that’s being ignored.
The actual site CSS class looks like this:
div.pp_woocommerce .pp_content_container {
background: #fff;
border-radius: 3px;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
padding: 20px 0;
}
^ this seems to be overriding the one I added to the custom CSS
-
This reply was modified 4 years, 5 months ago by pyroballpcbs.