Hi, My client would like biger and different font: 1.How to change font style - helvetic and size 2.How to increase right magrine in fullwidth template
Hello, Put the following code in custom css Code: body { font-family: Your font type; } h1, h2, h3, h4, h5, h6 { font-family: Your font type; } And for your second problem Code: .fullwidth { padding-right: 40px; } Appearance -> theme options -> styling options -> custom css This will solve your problem.
thank you,but... can you tell where in this code I change font style for helvetica or other,is it two places where says : Your font type; prety newb in this
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h6{ font-size:15px; } p{ font-size:14px; } Adjust its value as per your requirements.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_content p { font-size: your font size; } .feature_content h1 { font-size: your font size; }
I get biger font in three future area,but in left future area(from video area) stay same. I need change it and there? thanks
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_infobox h1 { font-size: 41px; } .feature_infobox p { font-size: 21px; } Adjust font size as per your requirement.