Remove some info on product page and category page

Home Forums Jevelin Theme Remove some info on product page and category page

Home Forums Jevelin Theme Remove some info on product page and category page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • worldofpixels
    Participant

    Dear,

     

    Would it be possible to remove all the info showed in the printscreen please ?

     

    Kind regards,

    Ben

    Attachments:
    You must be logged in to view attached files.

    Hi Ben,

     

    I hope you are well today and thank you for your question.

     

    Sure we can remove that but could you please share me the page URL from your site where it is displaying so that i can help you to remove it?

     

    Best regards,
    Shufflehound team

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-product .woocommerce-tabs.wc-tabs-wrapper,
    .woocommerce.archive.tax-product_cat ul.products li.product .sh-woo-post-content-container a.add_to_cart_button,
    .woocommerce ul.products li.product .price {
     display: none;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)