Tagged: x
-
AuthorPosts
-
November 16, 2016 at 11:20 am #1259638
newskywebsitesParticipantHi there,
I’m working on this site using the Essential Grid tool: http://newsite.benfranklincraftswi.com/explore-craft-store-departments/
I am using Google font Proza Libre 400 for my body font site wide and Google font Courgette 400 for headings. I’d like all instances of the Essential Grid to use the same fonts. How can I do that?
I’m not experienced in php so please give detailed instructions.
Using latest version of everything and child theme (renew stack).
Thanks!
DawnNovember 16, 2016 at 1:39 pm #1259785
Nabeel AModeratorHi Dawn,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.esg-content.eg-depts-element-0 { font-family: "Courgette",handwriting !important; font-style: normal !important; font-weight: 400 !important; } .esg-content.eg-depts-element-6 { font-family: "Proza Libre",sans-serif !important; font-style: normal !important; font-weight: 400 !important; }Let us know how this goes!
November 16, 2016 at 2:18 pm #1259830
newskywebsitesParticipantThis is amazing, thank you very much! However, something odd happens… When I hover over the text on the live site, the font changes back to Trebuchet. See here: https://dl.dropboxusercontent.com/u/36509858/Recording%20%2311.mp4 Is there something I need to do inside of Essential Grid?
I tested in multiple browsers… same issue.
Thanks!
DawnNovember 16, 2016 at 2:19 pm #1259835
newskywebsitesParticipantAlso notice how tight the spacing gets please… both line spacing and letter kerning is super tight… THANKS!!
November 16, 2016 at 2:21 pm #1259837
newskywebsitesParticipantSorry, one more thing – that’s the “Excerpt” text that’s changing upon hover… 🙂
November 16, 2016 at 5:26 pm #1260102
Rue NelModeratorHello There,
Thanks for updating in! I can confirm that the issue occur. To resolve this, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.esg-grid .esg-content.eg-depts-element-0, .esg-grid .esg-content.eg-depts-element-0:hover { font-family: "Courgette", handwriting !important; font-style: normal !important; font-weight: 400 !important; } .esg-grid .esg-content.eg-depts-element-6, .esg-grid .esg-content.eg-depts-element-6:hover { font-family: "Proza Libre", sans-serif !important; font-style: normal !important; font-weight: 400 !important; font-size: 13px !important; line-height: 22px !important; }Hope this helps. Please let us know how it goes.
November 17, 2016 at 8:14 am #1261025
newskywebsitesParticipantThank you!! That fixed the font issue, but there is still a background color popping up behind the text upon hovering over it. See here: https://dl.dropboxusercontent.com/u/36509858/Recording%20%2312.mp4
Is that fixable?
Thanks again!!
DawnNovember 17, 2016 at 10:05 am #1261183
ChristianModeratorPlease add the code below in your Appearance > Customize > Custom > Global CSS
.eg-depts-element-6:hover { background-color: transparent; }Thanks.
November 17, 2016 at 10:41 am #1261228
newskywebsitesParticipantshoot, that didn’t help. 🙁 Do you still see it too? http://newsite.benfranklincraftswi.com/explore-craft-store-departments/
Thanks,
DawnNovember 17, 2016 at 1:19 pm #1261429
Nabeel AModeratorHi again,
Try replacing the previous code with this one:
.eg-depts-element-6:hover { background-color: transparent !important; }Let us know how this goes!
November 17, 2016 at 2:15 pm #1261483
newskywebsitesParticipantI’m sorry. Replaced the code with your latest and no luck after clearing cache. Do you have any other suggestions?
Thanks!
DawnNovember 17, 2016 at 2:15 pm #1261484
newskywebsitesParticipantThis reply has been marked as private.November 17, 2016 at 8:45 pm #1261999
Rue NelModeratorHello Dawn,
Thank you for providing the login information. To save you some time, I went ahead and fixed the issue. I have updated the given code and added this code:
.esg-grid .esg-content.eg-depts-element-0, .esg-grid .esg-content.eg-depts-element-0:hover { font-family: "Courgette", handwriting !important; font-style: normal !important; font-weight: 400 !important; background-color: transparent !important; } .esg-grid .esg-content.eg-depts-element-6, .esg-grid .esg-content.eg-depts-element-6:hover { font-family: "Proza Libre", sans-serif !important; font-style: normal !important; font-weight: 400 !important; font-size: 13px !important; line-height: 22px !important; background-color: transparent !important; }If you need anything else we can help you with, don’t hesitate to open another thread.
Best Regards.
November 18, 2016 at 8:18 am #1262539
newskywebsitesParticipantOutstanding! Thank you so much!
dawnNovember 18, 2016 at 8:52 am #1262574
RahulModeratorYou’re so much welcome!
Let us know if we can help with anything else.
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1259638 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
