- This topic has 31 replies, 4 voices, and was last updated 3 years, 8 months ago by
Ying.
-
AuthorPosts
-
December 15, 2021 at 8:09 pm #2050567
Elvin
StaffCustomer SupportTry this:
.pros-list li:before { content: ""; background-image: url("https://www.staymeonline.com/wp-content/uploads/2021/12/pros.svg"); background-position: center center; height: 10px; width: 10px; margin-right: 8px; }
December 15, 2021 at 8:16 pm #2050568Ravi Dixit
It is still not working, check here https://prnt.sc/237cegl and https://prnt.sc/237cqmj
December 15, 2021 at 8:32 pm #2050572Elvin
StaffCustomer SupportTry this one:
.pros-list li:before { content: ""; background-image: url(https://www.staymeonline.com/wp-content/uploads/2021/12/pros.svg); background-position: center center; background-size: contain; background-repeat: no-repeat; height: 15px; width: 15px; display: inline-block; margin-right: 8px; }
here’s the test – https://share.getcloudapp.com/4guZQ5k7
December 15, 2021 at 10:29 pm #2050628Ravi Dixit
It worked this time, I was using the FontAwesome icon on creating these kinds of lists. I will change all the CSS with this having the same SVG image as an icon. Now there is no need for FontAwesome icons, can I remove the plugin?
December 15, 2021 at 10:31 pm #2050632Elvin
StaffCustomer SupportI’m not sure where else are you using font icons from FontAwesome but it should be okay to remove it.
Just do an inspection afterwards of what parts of the site loses its icon so you know what parts to do CSS on. 😀
December 15, 2021 at 10:32 pm #2050633Ravi Dixit
Oh, great!
Can you guide me on how can I do that?
December 15, 2021 at 10:37 pm #2050635Elvin
StaffCustomer SupportCan you guide me on how can I do that?
It’s basically a visual inspection of the site. You can browse through the site’s pages and check which parts you think has missing icons.
I can’t determine it for you as this is a matter of your design choice/preference of which part of the content of the site’s pages should get an icon. 😀
December 15, 2021 at 11:07 pm #2050650Ravi Dixit
Okay, that’s great and thanks for your time in this matter.
December 15, 2021 at 11:31 pm #2050663Elvin
StaffCustomer SupportNo problem. 😀
January 2, 2022 at 9:09 am #2066593Ravi Dixit
I started using the System fonts but still, my website is loading some other fonts. Check this out: https://prnt.sc/25pnkpe
January 2, 2022 at 11:25 am #2066671Ying
StaffCustomer SupportDo you have any google fonts added to the font manager at customizer > typography?
January 2, 2022 at 11:36 am #2066679Ravi Dixit
I have checked out in customizer>typography but there is no Google font is added… https://prnt.sc/25q42by
It seems like I have added them through any custom code, if it is true where can I find them?
January 2, 2022 at 12:08 pm #2066694Ying
StaffCustomer SupportYou are still using the old typography system, can you switch to the new dynamic typography system?
https://docs.generatepress.com/article/dynamic-typography-overview/January 2, 2022 at 1:10 pm #2066746Ravi Dixit
Oh, I did that! And there is no additional font added in Font manager?
January 2, 2022 at 3:16 pm #2066824Ying
StaffCustomer SupportIf there’s no font added to the font manager, then the site should be using system fonts.
If your site is still requesting google fonts, try to disable all plugins and custom functions to test.
Let me know 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.