- This topic has 1 reply, 2 voices, and was last updated 8 years, 12 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Clean Commerce › Product Selection from Shop Opening over Background Image Instead of New Page
Hello. Tried to embed screenshots here, but could not figure out how, so here are the URLS:
SHOP/PRODUCT PAGE https://houseoftamori.com/shop/
PROBLEM: PRODUCT SELECTED Navigates over background image–
https://houseoftamori.com/product/abstract-in-blues/
ANOTHER PRODUCT SELECTED Navigates correctly, opens in separate page with white background
https://houseoftamori.com/product/wings-on-sale/
Although would like to remove the “description” area also.
Was told by WooCommerce support this is a Theme issue.
Thank you for any help you can provide.
Hello @tamori ,
To fix the background issue please use below given CSS in Admin Panel > Appearance > Customize > Additional CSS .
.site-main .product.type-product:before, .site-main .product.type-product:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.site-main .product.type-product:after {
clear: both;
}
Hope this helps .
Best Regards!!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



