Okay
  Public Ticket #2769834
shop product page size
Closed

Comments

  • Patrice started the conversation

    Hello

    how to reduce the size of the price of products.
    Because in mobile responsive version the prices overlap.

    Thanks for your help.

  •  646
    Alexandre replied

    Please go to wp-admin>theme options>custom css/js

    And copy this code in the custom css field


    .price .amount {
    font-size: 18px;
    line-height: 18px;
    }


    Thanks,


    Alexandre from the Sonaar.io Crew