Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nobby

    (@nobby)

    Nobody any thoughts or insights into this mystery line?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can contact your theme’s vendors/ authors to discuss their styling issue:

    .product-list-item .price small:after {
        content: '';
        width: 100%;
        height: 0px;
        border-top: 1px solid #999;
        position: absolute;
        left: -2px;
        top: 9px;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }
    Thread Starter nobby

    (@nobby)

    Thanks Andrew, its an oddd one, I can’t see any reason for it to be there. Commented it out, all is well, thanks for your reply.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce Price Display Suffix strike though mystery’ is closed to new replies.