Home Forums WoodMart support forum Preisinformationen ausblenden

Preisinformationen ausblenden

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #446014

    Oettchen
    Participant

    Wie kann ich die Preisinformationen ausblenden. Ob nun in der Desktop Version alsauch Mobilen Version.

    Danke

    Erika

    #446015

    Oettchen
    Participant

    Soory, anbei Bild

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

    Hello,

    Generally, the Theme has the Catalog mode option available under the Dashboard > Theme Settings > Shop > under that you can enable the Catalog mode: https://snipboard.io/CWBs9j.jpg

    Under the Catalog mode enabled, it will hide all “Add to cart” buttons, cart widgets, cart, and checkout pages. This will allow you to showcase your products as an online catalog without the ability to make a purchase.

    But if you specifically want to hide the Price on your Site for the Products then a Custom CSS would be required to apply. Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .product-grid-item .price {
       display: none !important;
    }

    Hope this helps!

    Best Regards.

    #446337

    Oettchen
    Participant

    Jetzt kommen antworten, die nicht gerade schön sind. In dem neuen Template ist der Slider eingebaut und man kann nur an den Sorce Code. Richtig?

    #446616

    Hello,

    Sorry to say but we didn’t get your response correctly.

    If you are referring to hiding the Price for the Products Slider on the Homepage then right now there isn’t a separate option available to hide the Price on them also, which is why the CSS solution was suggested to specifically hide the Prices on them too.

    If we misunderstood you then please elaborate your concern more with some useful Screenshots and the Page URLs so that we can better understand and assist you accordingly.

    Best Regards.

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