- This topic has 9 replies, 2 voices, and was last updated 7 years, 1 month ago by Andrew Misplon.
Tagged: fonts in footer footer
- AuthorPosts
- October 15, 2017 at 5:36 pm #8080
WillParticipantThe fonts in my footer are not updated to my new customized fonts. I have the premium version.
October 15, 2017 at 5:48 pm #8081
Andrew MisplonKeymasterHi Will
Thanks for reaching out. Please, try adding the following to your Custom CSS and let me know if it helps:
/* Footer */ #colophon .widget h3.widget-title { font-family: "Cardo"; font-weight: 700; } #colophon .widget h3.widget-title ~ *, p.sow-sub-headline { font-family: "Cardo" !important; font-weight: 400 } .bottom-bar * { font-family: "Cardo"; font-weight: 400 }
Thanks
October 15, 2017 at 6:42 pm #8087
WillParticipantThanks for the quick response. That certainly jammed Cardo into the footer, but it didn’t address what I’m seeing in sidebars and some widgets. Additionally, I’d really like to see the Cardo (700) without caps in the footers. One of the widgets in the footer is a SiteOrigin Headline with Cinzel showing “Nesbitt Realty”. I don’t want to override this widget.
But if you notice sidebar content here:
Alan Clerinx’s Suggestion For Home Shoppers Seeking 2 BR High-Rise Condo For Sale In Carlyle Towers
Is not following the them conventions.
And on the front page, the location widget appears to be in Lato.
October 15, 2017 at 6:44 pm #8088
WillParticipantAlso the Author bio’s are not showing as theme default. I’d prefer to have all these changes show as the theme default rather than Cardo so I don’t have to do this again if I ever modify.
October 15, 2017 at 7:03 pm #8089
Andrew MisplonKeymasterThanks Will, sorry for the hassle. Will try get this sorted ASAP tomorrow.
To not target the SO widget, remove the CSS I sent before and add:
/* Footer */ #colophon .widget h3.widget-title { font-family: "Cardo"; font-weight: 700; } #colophon .widget h3.widget-title ~ * { font-family: "Cardo" !important; font-weight: 400 } .bottom-bar * { font-family: "Cardo"; font-weight: 400 }
That removes the selector that was targeting that widget.
To remove all caps from widget headings, add:
#colophon .widget h3.widget-title { text-transform: none; }
October 15, 2017 at 9:36 pm #8096
WillParticipantNo hassles and I appreciate your quick response. That looks like it got rid of the caps, and fixed the footer. Some sidebar widgets and sidebar headlines and the bios are all showing a different font.
October 16, 2017 at 2:38 pm #8101
Andrew MisplonKeymasterHi Will
Thanks for your understanding. Please, give todays update a try. I’ll fix any outstanding issues after that.
October 16, 2017 at 4:13 pm #8105
WillParticipantThat looks like it got rid of the caps, and fixed the footer. Some sidebar widgets and sidebar headlines and the bios are all showing a different font.
October 16, 2017 at 4:19 pm #8106
Andrew MisplonKeymasterThanks.
I can follow up tomorrow.
Please make sure to clear the cache of your caching/optimization plugin.
October 16, 2017 at 8:56 pm #8107
Andrew MisplonKeymasterThanks again. Your site is loaded through a CDN and there is perhaps other caching at work. Please, try clear the caches of whatever you can. I specifically worked on the items that are outstanding like the sidebar headings so those should be fixed. It might also be worth going to Customize > Theme Design changing a font to something else and then back to your chosen font to ensure the changes are being loaded.
- AuthorPosts
You must be logged in to reply to this topic.