Tagged: amp
-
AuthorPosts
-
October 24, 2016 at 1:44 pm #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?
October 25, 2016 at 7:18 am #703608Hi Jonas,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardOctober 26, 2016 at 11:25 am #704226I have tried the above css in different Enfold setups without any luck.
Example attached
October 26, 2016 at 1:48 pm #704277Hi!
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,
YigitOctober 26, 2016 at 1:55 pm #704284Well, the sign is still “Wired”.
Is it not possible to make it look like a normal &
October 26, 2016 at 1:57 pm #704287Hi!
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,
YigitOctober 26, 2016 at 2:01 pm #704292Ahh nice, almost there.
its now better, but in bold.
font-weight: lighter!important;
Can the lighter be changed to something “lighter”
October 26, 2016 at 2:08 pm #704295Hey!
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!
YigitOctober 26, 2016 at 2:15 pm #704300Great, thanks
October 26, 2016 at 2:16 pm #704302Hi!
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 -
AuthorPosts
- The topic ‘AMP sign’ is closed to new replies.