This topic has 8 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #164124
     internetservice
    Participant

    hi support, I am trying to make old prices to be scratched out like below screenshot.

    http://jacobian.xyz/img/red_crossed.JPG

    currently, it look like this

    http://www.dnsj.dk/priser/

    so any idea of how to implement scratched out line on old prices in pmpro template page?

    #164282
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #164322
     internetservice
    Participant

    well yes, please do. I need it to be resolved

    #164619
     Radu
    Moderator

    Hi,

    Use this CSS

    COPY CODE
    
    .pmpro_strike_through {
        text-decoration: line-through;
    }
    

    Wp-admin -> theme options -> Styling Options -> Quick css

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #164818
     internetservice
    Participant

    yes thanks for your help. I’ve been able to make the red cross line. but I wanted the red cross line to appear like below screenshot. can you tell me how to make it happened?
    prisers

    http://jacobian.xyz/img/newpriser.JPG

    #165019
     Radu
    Moderator

    Use this CSS

    COPY CODE
    
    
    ul.pricing-table li.price {
    position:relative;
    }
    
    ul.pricing-table li.price:before {border-bottom:2px solid red !important;content:" ";width: 60%;display:inline-block;top:40px;position:absolute !important;}
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #165030
     internetservice
    Participant

    yes, thank you.it works great. but what if I don’t want the one-month membership to be scratched out. I only want 3 and 6 months to be scratch out and just leave one month as it is. as I don’t want to have a one-month membership to be discounted.

    any idea how to make it happen? to have a one-month membership not to be scratched out?

    prise

    #165282
     internetservice
    Participant

    but I think I had modified the page to put the strike-through line in the payment page now and it already suits what I need. so I consider this thread to be closed. thanks though.

    #165534
     Radu
    Moderator

    Ok then

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?