Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #703256

    Hi there,

    I have tried several quick CSS fixes from the forum to “nomalize” the & sign, but without luck.

    This dosent work:

    .home div#av_section_1 .special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit!important;
    }

    Do you have a solution?

    #703608

    Hi Jonas,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #704226

    I have tried the above css in different Enfold setups without any luck.

    Example attached

    #704277

    Hi!

    Please change the code to following one

    .special_amp {
        font-family: inherit;
        font-size: inherit!important;
        font-style: inherit;
        font-weight: inherit;
        color: inherit!important;
    }

    Best regards,
    Yigit

    #704284

    Well, the sign is still “Wired”.

    Is it not possible to make it look like a normal &

    #704287

    Hi!

    Please use the code as following

    .special_amp {
        font-family: sans-serif;
        font-size: inherit!important;
        font-style: inherit;
        font-weight: lighter!important;
        color: inherit!important;
    }

    It currently uses the font family of your body text and amp is wired on that font family. This should help

    Best regards,
    Yigit

    #704292

    Ahh nice, almost there.

    its now better, but in bold.

    font-weight: lighter!important;

    Can the lighter be changed to something “lighter”

    #704295

    Hey!

    Please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ and register additional font weights for Open Sans font family. Currently it shows bolder than the other because lighter font weight is not available

    Cheers!
    Yigit

    #704300

    Great, thanks

    #704302

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘AMP sign’ is closed to new replies.