• How to add del tag to normal prize and text?

    I add this css but all of li tag will apply it.

    .sidebar-course .box-inform li {
    text-decoration: line-through;
    }

    I just only apply normal price and text(same line).

    • This topic was modified 2 years, 11 months ago by smartblogger.
    • This topic was modified 2 years, 11 months ago by smartblogger.
    • This topic was modified 2 years, 11 months ago by smartblogger.
    • This topic was modified 2 years, 11 months ago by smartblogger.
Viewing 1 replies (of 1 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Please try to add this code

    
    .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .origin-price, .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .price {
    text-decoration: line-through;
    }
    

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘How to add del tag to normal prize and text?’ is closed to new replies.