I would like to change the text to Arial in the header and footer, as well as increase the size to a 12 or 14. Thank you.
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .wrapper_header, .ddsmoothmenu li a { font-family: Arial; font-size: 14px !important; } .footer_wrapper h6 { font-family: Arial !important; } .footer_wrapper a { font-family: Arial !important; font-size: 14px !important; } .copyright p { font-family: Arial !important; font-size: 14px !important; } Thanks, Praveen
This changes the font in several places, but it still does not change the font for the product description or the text that accompanies. I want the entire font everywhere in the site to be Arial and 14. Can you help? Thank you.
Hi, Please provide us your website URL along with the screenshot indicating the area where you need changes. Thanks, Praveen
Hi, Please paste the following code in custom css. Code: body, div, p, h1, h2, h3, h4, h5, h6, a, ul, li, select { font-family: Arial !important; } body, div, p, a, ul, li, select { font-size: 14px !important; } Thanks, Praveen