Hello 1. How can I change the widget title's font style to Verdana? 2. How can I change the widget body text colour to White? Kind regards, Jo
Hello, 1) For this you need to remove cufon. Go to the Theme directory > js > custom.js and remove ('h5') from cufon code. As shown in the image. After that Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer h5{ font-family: verdana; } 2) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .textwidget { color: white!important; } Thanks & Regards Nitesh Raghuwanshi