• Resolved duartecortereal

    (@duartecortereal)


    Hello,

    I need help to find a way to hide the price underline on the shop slider ( and other shop widjets).
    It only appears on products on sale.

    Theme Hello Elementor.

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • johannsf

    (@johannsf)

    Hi, you can hide it by adding to your custom CSS:

    .elementor-152 .elementor-element.elementor-element-da96d41.elementor-wc-products ul.products li.product .price ins {
    text-decoration: none;
    }

    Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    I agree the CSS snippet suggested by @johannsf above should do the trick.

    For reference, if you aren’t familiar with CSS, you can add that by navigating to Appearance > Customize > Additional CSS.

    I’ll mark this as solved now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Eliminate price underline on Shop Slider’ is closed to new replies.