The fonts in my footer are not updated to my new customized fonts. I have the premium version.
footer fonts
Hi 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
Thanks 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:
Is not following the them conventions.
And on the front page, the location widget appears to be in Lato.
Also 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.
Thanks 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;
}No 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.
Hi Will
Thanks for your understanding. Please, give todays update a try. I’ll fix any outstanding issues after that.
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.
Thanks.
I can follow up tomorrow.
Please make sure to clear the cache of your caching/optimization plugin.
Thanks 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.