Hi, How can I change the font size and font type of the footer and the sidebar footer? Please check my website: http://www.greatpropertycare.com/ Thank You.
Go to Js > Custom.js present in your theme directory and remove the code given below Code: //Cufon Replacement in heading jQuery(document).ready(function() { //Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); Cufon.replace('h1, h2, h3, h4, h5, h6,.content .post .date li', { fontFamily: 'MankSans-Medium', hover: true }); }); Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer_wrapper .footer .widget_inner h4{ font-size:18px; font-family:symbol; } .footer_wrapper .footer .widget_inner a{ font-size:18px; font-family:symbol; } .footer_wrapper .footer .widget_inner{ font-size:18px; font-family:symbol; } Adjust font size as per your requirement. Inplace of "symbol" put your font type.
Custom.js is in a subfolder called js. easiest way to edit custom.js is to edit the files locally on your pc, open the theme folder, the js folder, then open the custom.js file, edit it in wordpad and then re-upload it via ftp to the correct folder.