Hello Is it possible to change the price in font style bold? -> see attachment producten archief Is it possible to change the button color? I would like to have the buttons green with white text into it. -> see attachment producten archief Thank you.
Hereby http://test.aangepastwonen.info/webwinkel/ To get a product in the cart you just have to select one
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: span.price .amount font { font-weight: bold; } span.price .amount { font-size: 14px; } .woocommerce a.button{ color: #EDE9E9 !important; background-color: #96C088 !important; } Regards, Sameer