Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #903441

    Auf unserer Webseite https://kompetenz-check.ch nutzen wir aktuell einen nicht rotierenden Produkt-Slider, um 4 Produkte im Überblick darstellen zu können. Gibt es eine Möglichkeit den Slider ohne Preis- und Steuerangaben anzuzeigen? Wir möchten verhindern, dass ein Besucher der Webseite von der Höhe der Preise bereits auf der Startseite abgeschreckt wird, darum keine Preisangaben auf der Startseite, diese soll er erst auf der eigentlichen Produktseite angezeigt erhalten. Wie lässt sich das einrichten? Vielen Dank!

    #903997

    Hey René,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.home .price {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #904701

    Hi Victoria, many thanks for the CSS Code, which works fine – great! However, I still get some text displayed “inkl. MwSt.” – in English: “incl. VAT” and I don’t know to which object this relates. Any more idea about this? Once again, many thanks for your assistance!
    Cheerio, René

    #905229

    Hi,

    That most pribably comes from a WooCommerce plugin, you would need to look a bit more on that.

    Best regards,
    Basilis

    #932987

    Belatedly, many thanks Basilis.
    We now have rebuilt it without product related content with a color section and the respective images.

    #933234

    Hi,

    Thank you for getting back to us, please do let us know if you need any further help with this issue or we can close this ticket.

    Best regards,
    Vinay

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