Home Forums WoodMart support forum Hide subscription from shop grid

Hide subscription from shop grid

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #251955

    dev-nz
    Participant

    Greetings team Xtemos !

    Would you be able to recommend some steps to remove the display of subscriptions on the product grid : https://cln.sh/dSdnDn

    Best Thanks,

    #252014

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .price {
    	display: none;
    }

    Regards.
    Xtemos Studios.

    #252154

    dev-nz
    Participant

    Thank you Aizaz for your support šŸ™‚

    The code removed the whole price, but it brought me on the right direction. Here is how I was able to remove the subscriptions from showing in the grid :

    .product-grid-item .wcsatt-sub-options {
    	display: none;
    }

    Best Thanks for your time šŸ™‚

    #252282

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Hide subscription from shop grid’ is closed to new replies.