Missing font on woo commerce shop price

I just want to know where to put the missing font on the woo commerce product page. It's p.price class which shows the price of the product in blue. http://in-style.com.au/kawana/shop/kokoda-jacket/ 

Can you help me out with that?

Also, is it possible to edit the drop down options for the attributes as variations drop down menus (e.g. for selecting different product colors and sizes) so they look more like options lists (dropdown) and less like a table cell?

Thanks

Comments

  • Hi,

    to setup this font, please use below css:
    .woocommerce .product div.entry-summary .price { font-family: inherit !important; }
    But unfortunately this is not possible to change drop down for the attributes.
  • Thanks for the CSS.
    Unfortunate about the drop down elements (option list) but I'm sure I can deal with that.
Sign In or Register to comment.