Home Forums WoodMart support forum text-decoration for del price

text-decoration for del price

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #557978

    av_admin_1984
    Participant

    Hi

    I want to add text-decoration: line-through; for price and woocommerce-Price-currencySymbol separately
    because it shows the underline under the woocommerce-Price-currencySymboland I want to align them together

    You already received access to my site on this topic https://xtemos.com/forums/topic/change-sale-label/
    Please don’t share anything of my site (just put your code and clear the cache )
    I will check the page and see how it looks like

    #557979

    av_admin_1984
    Participant

    Sorry

    On this site, I have that problem,
    Just give me the css code for that to fix, I couldn’t find the problem and it seems everything working well on that site I give you access

    #558090

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .price del {
        text-decoration: line-through !important;
    }
    span.woocommerce-Price-currencySymbol {
        text-decoration: line-through !important;
    }

    Best Regards.

Viewing 3 posts - 1 through 3 (of 3 total)