I added the following to the Custom CSS option: h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight:normal; font-weight:bold; color: #0A93D3 } It does what expected - except the Home Page Left Feature Heading is not picking up the new style. See attached screenshot. Thanks - Jackie
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_infobox h2{ font-family: 'Open Sans', sans-serif; font-weight:normal; font-weight:bold; color: #0A93D3 } Thanks & Regards Pramod