[Resolved] Delete prices in some products

Home Forums Support [Resolved] Delete prices in some products

Home Forums Support Delete prices in some products

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #1284529
    Leo
    Staff
    Customer Support

    No problem 🙂

    #1285462
    Jose

    Hi, I don’t know why but the prices are there agaian. I have deleted all cache plugin…

    #1285466
    Jose

    In the shop page, in products it is okey!

    #1285569
    David
    Staff
    Customer Support

    In your CSS you have an extra } that needs removing – see below where i have commented it:

    .woocommerce.archive ul.products {
        border-left: 1px solid #ccc;
        padding-left: 10px !important;
    }
    
    } /* This needs removing */
    
    .term-cursos.woocommerce ul.products li.product .price {
        display: none !important;
    }
    #1285815
    Jose

    Perfect!

    Regards,

    #1285828
    David
    Staff
    Customer Support

    You’re welcome

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