Home Forums WoodMart support forum Increase the price font size

Increase the price font size

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #52637

    yorgos
    Participant

    Hi i want to increase the prize font size. in categories and in single product page

    thanks

    #52654

    Hello,

    Please provide updated site access, the previous credentials are not valid and your site is under maintenance

    Best Regards

    #59200

    yorgos
    Participant
    #59270

    Hello,

    Please add this CSS to Theme Settings > Custom CSS:

    .price .amount {
        font-size: 40px;
    }

    Please change 40px for the value you need.

    Best Regards

    #59427

    yorgos
    Participant

    this it is not good enough as a solution. I dont want the same price size in both pages my friend. 50px it is good for single product page but for categories page it is huge

    http://prntscr.com/jm7ymi

    any other solution?

    #59466

    Hello,

    Please replace the previusly given CSS code for this one.

    .product-template-default .price .amount {
        font-size: 40px;
    }
    .archive .price .amount{
       font-size: 40px;
    }

    Put font-size value as per your needs.

    Best Regards

    #59470

    yorgos
    Participant

    thanks

    #59483

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Increase the price font size’ is closed to new replies.