-
AuthorPosts
-
April 30, 2014 at 1:05 am #257998
Hi there,
Some of the headings <H2> and special headings on my site are appearing in italics when they should just be the standard font. This seems to be happening randomly. Is this a bug? Can you please provide some quick CSS or a fix to turn this off?
The heading font is Open Sans.
Thanks in advance!
April 30, 2014 at 1:33 am #258018Hi,
Can you post the link to your website please?
Regards,
JosueApril 30, 2014 at 1:53 am #258034This reply has been marked as private.April 30, 2014 at 8:25 pm #258482Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body .av-special-heading.classic-quote > * { font-style: normal!important; }
Regards,
YigitApril 30, 2014 at 8:47 pm #258499This reply has been marked as private.April 30, 2014 at 8:50 pm #258500Hi!
It does work fine on my end. Please flush browser cache and refresh your page a few times. You can also add
h2 { font-style: normal!important; }
to make all H2 elements normal and not italics
Cheers!
YigitApril 30, 2014 at 9:18 pm #258511This reply has been marked as private.April 30, 2014 at 9:24 pm #258515Hi!
Please add following code to Quick CSS as well
.iconbox .iconbox_content .iconbox_content_title, .av-special-heading { font-style: normal !important; }
Regards,
YigitApril 30, 2014 at 9:29 pm #258522This reply has been marked as private.April 30, 2014 at 9:47 pm #258527Hey!
Please add following code to Quick CSS as well
.iconbox_top .iconbox_icon { font-style: normal!important; }
Regards,
YigitApril 30, 2014 at 10:09 pm #258535This reply has been marked as private.April 30, 2014 at 10:28 pm #258542Hi!
Did you added any custom CSS code to make any fonts italic? I am not sure which ones you would like to keep in italic and which ones in normal so i provide custom CSS code as you point out elements
.iconbox_top .iconbox_content { font-style: normal !important; }
Cheers!
YigitApril 30, 2014 at 10:40 pm #258549This reply has been marked as private.April 30, 2014 at 10:43 pm #258554Hi!
Can you point out the element you would like to make italic? We may provide a better solution. Following code causes the issue
.dynamic_element p { font-style: italic !important; }
Cheers!
YigitApril 30, 2014 at 11:08 pm #258565This reply has been marked as private.May 1, 2014 at 12:53 pm #258823Hey!
Please try this to make the font style normal:
h3 { font-style: normal !important; }
You’re using a very old version of the theme, 1.3.1. Please download the latest version Enfold 2.7 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelMay 2, 2014 at 1:44 am #259135This reply has been marked as private.May 2, 2014 at 9:40 am #259251 -
AuthorPosts
- You must be logged in to reply to this topic.