• Resolved martin76

    (@martin76)


    Hi Guys,

    I would like to see the prices of the products, but not in the overview, but only when I click on a product. They should be hidden in the general product overview. Is that possible and if so, how?

    many Greetings,
    Martin

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi Martin,

    The visibility/layout of product prices is typically governed by the theme you’re using. While we don’t have any direct access to your website, one option would be to use custom CSS in our WordPress settings under Appearance > Customize > Additional CSS.

    If you can share your store’s direct URL, we might be able to craft some custom CSS for you to hide the price on the shop page.

    Thanks!

    Thread Starter martin76

    (@martin76)

    Hello,

    the page is still on my server and will move later. The link is: http://designplanung.de/projekt-026 and I use the theme “Enfold” by Kriesi.at. There I can integrate CSS.

    many Greetings,
    Martin

    Thread Starter martin76

    (@martin76)

    Can you help me?

    Hi @martin76,

    Thanks for sending over the link. Try adding this to your theme’s CSS:

    
    .products span.price {
        display: none !important;
    }
    

    Let me know if you have any trouble or questions.

    Cheers,

    Thread Starter martin76

    (@martin76)

    It works, thank you very much!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Price indication only on product detail page’ is closed to new replies.