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

    Hi,
    I would likt to change something on my single product pages.

    Under my ad to chart button there is info that my customer doesnt need :
    Artikelnummer: 3573 | 26200600 Categorieën: Harry’s Horse, Jassen, Jassen&Bodywarmers, Kleding&Accessoires, Merken, Ruiter

    And in my tab information are two lines i would like disabeld that is size ( it shows my size chart) and basic color these product properties are just for my filters :) they dont need to be shown.

    thanks for responding!

    #1143049

    Hey thehorsestore,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.single-product .summary.entry-summary > div.product_meta,
    #top.single-product tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_maat,
    #top.single-product tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_basis-kleur{
    	display: none !important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1143070

    nop problem! Thanks a lot this workt great :)

    #1143090

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Edit product page’ is closed to new replies.