Home Forums Free Themes Clean Commerce Product Selection from Shop Opening over Background Image Instead of New Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52169
    tamori
    Participant

    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.

    #52186
    wensolutions
    Keymaster

    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!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.