Home Forums WoodMart support forum Product price font size

Product price font size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #318254

    almir
    Participant

    Hello,

    I’m using the following custom CSS code to change the font size for the product price:

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

    But the font size for prices elsewhere on the site is also being changed. I would like only the font size of the main price of the product page to be changed and the others to remain at the standard size. How do I do that?

    Attachments:
    You must be logged in to view attached files.
    #318372

    Hello,

    Please replace your CSS with the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product .summary-inner>.price {
        font-size: 36px;
    }

    Then check back.

    Regards.
    Xtemos Studios.

    #318516

    almir
    Participant

    It worked exactly as I needed it.

    Thank you!

    #318517

    Most Welcome!!!

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

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