Hello, How to change the font family of the product name? When we do in Chinese, I found the orginal font family not support. So I want to change the font family into Arial. http://road.180wp.com/product/ Tks Yvonne
Hey Yvonne! Please follow the screenshot. Now, paste the code given below in custom css section. Code: ul.products h3 { font-family: Arial !important; } Thanks, Praveem