Tagged: icon list
-
AuthorPosts
-
May 12, 2023 at 9:54 am #1407191
Hi,
I recognised enfold having a font problem with a numbered icon list.
In quick CSS, I used …
.VV-IconList-numbers li:nth-child(1) .iconlist-char:before {content: '1'; } .VV-IconList-numbers li:nth-child(2) .iconlist-char:before {content: '2'; }
how can I change font/family, weight, size as well?
- This topic was modified 1 year, 6 months ago by Nomad.
May 12, 2023 at 10:55 am #1407207Hi Nomad,
Can you give us a link to the page mentioned? so we can try to inspect it.
Best regards,
NikkoMay 12, 2023 at 12:05 pm #1407229May 13, 2023 at 11:28 pm #1407319Hi Nomad,
I tried to check it on both chrome and firefox, it seems to show properly.
Screenshot link on how it looks in chrome on my end (firefox is also the same).Best regards,
NikkoMay 14, 2023 at 12:11 pm #1407348Hi Nikko,
OK, I sent u IOS & Mac-Screenshots attached, pls chk:
Safari and Chrome on Mac and IOS is OK, Firefox and Chrome on Mac not.Is there anything I can do via Quick CSS to ensure browsers using grotesk fonts and no serifs?
Or via Custom CSS on the child side to manipulate Font size, weight, family …May 14, 2023 at 11:57 pm #1407383Hi Nomad,
I have requested access to the screenshots.
If grotesk font is already loaded on the website, you can set the font-family on the code you posted since iconlist-char‘s font is set to entypo-fontello by default.Best regards,
NikkoMay 15, 2023 at 1:47 am #1407399Hi Nomad,
Thanks for granting the request access.
I thought the numbers were not rendering and it seems the problem was inconsistency of the font family depending on what device you’re using.
My recommendation is still to put a font-family on the code you gave so that the browser will use what you set instead of the browser defaulting to a system default.Best regards,
NikkoMay 15, 2023 at 10:10 am #1407422Hi Nikko,
thank you.
[put a font family on the code you gave]: could you pls send a “how to” / an example either for Quick CSS or Custom.CSS? (or “as well…as”)would be wonderful…
Thank you.
May 16, 2023 at 12:59 am #1407498Hi Nomad,
Please try to add this CSS code in Quick CSS, so it will target the specific iconlist:
.VuK-IconList-numbers li .iconlist-char:before { font-family: 'PT Sans', Helvetica, serif; }
Best regards,
NikkoMay 16, 2023 at 12:42 pm #1407585Hi Nikko,
works wonderful, made my day.
Thank you so much!May 16, 2023 at 1:00 pm #1407588Hi Nomad,
It’s our pleasure to help. :)
Thank you for choosing Enfold. Wishing you a fantastic day!Best regards,
Nikko -
AuthorPosts
- The topic ‘numbered icon list: like to change Font’ is closed to new replies.