• Resolved ignonoviano

    (@ignonoviano)


    Hi,

    how to disable/hide the product short description and smaller the size of the coupon field?

    Please advise, thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support tijosh

    (@tijosh)

    Hi @ignonoviano,

    The short description on products can be hidden with this CSS declaration:

    .wc-block-components-product-metadata__description {
        display: none;
    }

    The Coupon field has additional padding because the site’s theme (Flatsome) adds top and bottom padding to elements with the .has-border class. It can be removed with this CSS:

    .wc-block-components-totals-coupon.wc-blocks-components-panel.has-border {
        padding-top: 0;
        padding-bottom: 0;
    }

    Hope this helps!

    • This reply was modified 4 years, 2 months ago by tijosh. Reason: formatting
    Plugin Support Denys Zaikin

    (@zdenys)

    @ignonoviano we haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Product Short Description & Smaller Coupon Code Field’ is closed to new replies.