1. I would like to change the font style (lettertype: century gothic) from all the places I have marked in red. 2. I would like to change the text from all the places I have marked in blue. See attachment --> Is that possible?
Hey maggie! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. 1> Code: button.single_add_to_cart_button.button.alt { font-family: century gothic !important; } .product_meta span, .product_meta span a { font-family: century gothic !important; } .sidebar h3 { font-family: century gothic !important; } ul.product-categories li a { font-family: century gothic !important; } ul.cart_list.product_list_widget li { font-family: century gothic !important; } Thanks, Praveen