Switch off certain things on Products pages

Home Forums Jevelin Theme Switch off certain things on Products pages

Home Forums Jevelin Theme Switch off certain things on Products pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • lolbol
    Participant

     

    Hi there

     

    LOVING this Theme – so well made!

     

    How do I switch off some of the elements appearing on Products pages (right side) :
    ie :

     

    Category,  “Share”, Quantity..

    Cheers

    Hi @lolbol,

     

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

     

    You can hide them 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 div.product p.stock,
    .single-product.woocommerce .product_meta .posted_in,
    .single-product.woocommerce .product_meta .woo-meta-share {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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