That fixed it! thank you!
To answer your first question, it’s the Popup plugin developed by WooCommerce
-
This reply was modified 5 years, 11 months ago by pyroballpcbs.
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 5 years, 11 months ago by pyroballpcbs.