Okay
  Public Ticket #965921
price below the discounted price
Closed

Comments

  • Javier started the conversation

    Hello,


    How can I put that price below the discounted price?


    Thanks

  • [deleted] replied

    Hi Javier,

    We don't offer customizations services for the themes but i will help you this time only.

    Please add the code below to Custom CSS:

    .woocommerce .shop-item .item-info .price>del, .woocommerce .shop-item .item-info .woocs_price_code>del {
        padding-left: 0px !important;
        position: absolute !important;
        margin-top: 30px !important;
    }

    If this css creates any problem you can remove it from Custom CSS.

    Will set this ticket as solved from here.