Guest Posted November 21, 2019 Posted November 21, 2019 Hello everyone. Please help me, this is really turning me mad. I can't find a way to change the fonts of the menu on the mobile version of my website. I'm a real noob at CSS but could find a way to copy some code from the forum to design my website. Unfortunatly, there's nowhere I can find a code that's working. I only want to change the font of the sections in the menu. Tanks for your help, I've been searching for days now... Here's the CSS I tried to use: main-nav {font-family: 'FAVORIT'; font-weight: 200; font-style: normal; font-size: 30px; letter-spacing: 0em; } Thank you so much for helping ! You can find my website here: t1bureau.uk
MagneM Posted November 21, 2019 Posted November 21, 2019 Hi @T1B Replace it with this: .Mobile-overlay-nav-item { font-family: 'Your Font' !important; font-weight: 200; font-style: normal; font-size: 30px; letter-spacing: 0em; } (Make sure you write the font-name correctly).
Guest Posted November 22, 2019 Posted November 22, 2019 Thank you so much @MagneM, I owe you my life. Thank you tank you 🙏🙏🙏
markjjeffries Posted June 10, 2020 Posted June 10, 2020 Hi MagneM, Is there a way to make the mobile menu text title case or sentence case, as opposed to always being uppercase? Many thanks, Mark
Recommended Posts
Archived
This topic is now archived and is closed to further replies.