Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1039428

    I want to use the wocommerce system to build a product catalog website.. don’t need to display the price info!!

    So how to remove the price info from the product grid?

    #1039444

    Hey moonswamp,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1039499

    Hi Jordan, thanks for your reply, it’s still a new site now uploaded to the hosting yet,
    I’m using the “Enfold-Travel” demo, and there is a Product Grid on the homepage and destinations page,

    #1039698

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    
    .woocommerce-Price-amount.amount {
       display:none !important;
    	}
    
    
    

    Best regards,
    Vinay

    #1040236

    that works, thanks Vinary

    #1040357

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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