Hi team,
is it possible to change my footer title fonts to match the main menu, which is in Montserrat and sentence case?
Lara
Hey Lara,
I took a look at your footer titles “Latest News” & “Contact Us” and they seem to already be Montserrat, so this code will change the case type. Try this code in the General Styling > Quick CSS field:
.widgettitle {
text-transform: inherit!important; }
Best regards,
Mike
Hi Mike,
thank you so much! is it possible to make it bold at all?