Home Forums WoodMart support forum Delete price

Delete price

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #345847

    ijnavas
    Participant

    Hello,

    We want to delete the prices for the next link, we want to show only the title. https://royalbeds.es/tienda/

    #345881

    ijnavas
    Participant

    We want to change in the checkout form, the (Nombre de la empresa (opcional)) to DNI

    https://royalbeds.es/checkout/

    thanks.

    #345894

    Hello,

    1) You can use the following CSS to hide it but it will work for all Shop pages archives.

    .woodmart-archive-shop .product-grid-item .price {
        display: none;
    }

    2) You need to use the loco translate plugin for that.

    You can also watch the video in our detailed documentation in the following link: https://www.youtube.com/watch?v=D3NsDdMzsls

    Best Regards

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