Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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!

    #258018

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #258034
    This reply has been marked as private.
    #258482

    Hey!

    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,
    Yigit

    #258499
    This reply has been marked as private.
    #258500

    Hi!

    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!
    Yigit

    #258511
    This reply has been marked as private.
    #258515

    Hi!

    Please add following code to Quick CSS as well

    .iconbox .iconbox_content .iconbox_content_title, .av-special-heading { font-style: normal !important; }

    Regards,
    Yigit

    #258522
    This reply has been marked as private.
    #258527

    Hey!

    Please add following code to Quick CSS as well

    .iconbox_top .iconbox_icon { font-style: normal!important; }

    Regards,
    Yigit

    #258535
    This reply has been marked as private.
    #258542

    Hi!

    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!
    Yigit

    #258549
    This reply has been marked as private.
    #258554

    Hi!

    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!
    Yigit

    #258565
    This reply has been marked as private.
    #258823

    Hey!

    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!
    Ismael

    #259135
    This reply has been marked as private.
    #259251

    Hi!

    Thank you for the update.

    I’m not sure where the italic styling is coming from but you can add this one:

    div.avia-caption-content p {
    font-style: normal !important;
    }

    Best regards,
    Ismael

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.