• Resolved Vasja

    (@vasja1)


    Hi,
    First I wanna say that the add-on is amazing, it works really well!
    However I do have a problem with it:
    The price next to the radio button is shown in the same format as the main price. It is using class woocommerce-Price-currencySymbol. That throws the formatting on my site out of whack a bit. I would like to be able to change the style for this part of the website. Is there any easy way to do that?
    Cheers!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • N-Media

    (@nmedia)

    Hi,

    Thanks for love it. I hope you will rate it too ??

    Well we use woocommerce’s price function wc_price and it returns this all html and classes. But you can set font size with css in our ppom plugin settings, following css may do the trick:

    .ppom-wrapper .woocommerce-Price-currencySymbol {
    font-size:12px !important;
    }

    Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘Price next to radio button’ is closed to new replies.