Archived topic
Footer widget font
4 replies · Started by Richard on September 9, 2018
Hi Guys,
I have seemingly have an small problem with the footer widgets on my site. I've selected the font 'Hind' which works great on the main site but when it changes to tablet or mobile it changes to a different font? Not sure why. It may be something I've done but wondering if you might be able to help prevent this - I'd like it to stay as 'Hind' on all devices.
Thanks in advance for your great service, worth every penny!
Richard
Forgot to mention sometimes the https:// doesn't work and only http://www.acousticpercussion.com works
Hi there,
You are using this CSS to set the footer widgets font-family:
@media (min-width: 1025px) {
.footer-widgets .widget {
font-family: "Hind", sans-serif;
font-weight: 500;
}
The @media (min-width: 1025px) part makes it desktop only:
https://docs.generatepress.com/article/responsive-display/
Removing that part should fix it.
Let me know if this helps :)
Thanks Leo! Sorted :-)
All best,
Richard
No problem :)