• Resolved Rok

    (@pletershek)


    I was wondering where I could change the font or the font size of the plugin wc-price-history in order to different the text a bit from the rest of the text on the product page.

    Any help? Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author kkarpieszuk

    (@kkarpieszuk)

    the price is in the <div> element with classes wc-price-history prior-price lowest

    You can change the size by definining CSS rule for this in some css file (for example in your theme’s style.css file), for example:

    .wc-price-history.prior-price.lowest { font-size: 60px; }

    will make the price 60 pixels big

    Plugin Author kkarpieszuk

    (@kkarpieszuk)

    hello, since here are no new comments I am marking this thread as resolved, please reopen or create a new one if you still need any advice (or you can ask for this without reopening, I will happily help)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the font display/size’ is closed to new replies.