Viewing 2 replies - 1 through 2 (of 2 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @wabo1,

    This is likely best suited to be answered by the dev team that makes and supports the theme you are using. It appears you’re using GeneratePress and here’s the theme support forum: https://www.ads-software.com/support/theme/generatepress/.

    If you want to hide the duplicated product price and the add to cart button right below the product name, use this CSS under Appearance > Customize > Additional CSS.

    .woocommerce-shop .wc-block-grid__product-price, .wp-block-button.wc-block-components-product-button {
    display: none;
    }
    Thread Starter wabo1

    (@wabo1)

    elen Dank für die Antwort und den Tipp mit dem Generate Press Team. Da werde ich hin schreiben. Vielen Dank!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please help to configure my shop page’ is closed to new replies.