LucrativeStudio Posted January 26, 2022 Posted January 26, 2022 Hello, Anyone have an idea how we can use google font icons instead of bullet points.
tuanphan Posted January 27, 2022 Posted January 27, 2022 Can you share link to page where you use bullet points? We can test GG Font code easier. Also do you use Personal, Business or Commerce Plan? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
LucrativeStudio Posted January 28, 2022 Author Posted January 28, 2022 Thank you for reply! I am on trial here is the link: https://copyofgreencommunity.squarespace.com/de/preise Password: 123456 Currently I am using ticks instead of bullet point is there any way to use google font icons? This is the code I am using in my CSS. ul[data-rte-list] li>:first-child:before { padding-right: 10px; content: "✓"; }
tuanphan Posted January 29, 2022 Posted January 29, 2022 On 1/28/2022 at 4:15 PM, Talks-Usama said: Thank you for reply! I am on trial here is the link: https://copyofgreencommunity.squarespace.com/de/preise Password: 123456 Currently I am using ticks instead of bullet point is there any way to use google font icons? This is the code I am using in my CSS. ul[data-rte-list] li>:first-child:before { padding-right: 10px; content: "✓"; } Thank you. Can you share link to Font Icons on Google Font which you want to use? We will test & give the code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
LucrativeStudio Posted February 1, 2022 Author Posted February 1, 2022 There is link... I want to use these iconshttps://fonts.google.com/icons
tuanphan Posted February 4, 2022 Posted February 4, 2022 On 2/1/2022 at 4:57 PM, Talks-Usama said: There is link... I want to use these iconshttps://fonts.google.com/icons First add this to Code Injection > Header <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> Next, add to Design > Custom CSS #block-937f241cc3f07ef04d5e ul[data-rte-list] li>:first-child:before { content: "\e88a" !important; } (this is home icon) Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment