Hi,
Is there any css coding to change footer column headings to upper and lower (instead of caps) and also reduce font size.
Thanks
Hey woogie07,
Thank you for the inquiry.
You can add this css code to adjust the style of the widget titles.
.flex_column .widget .widgettitle, .content .widget .widgettitle {
margin-top: 0.85em;
text-transform: none !important;
}
Best regards,
Ismael
Hi
Thanks for this.
The coding changes the headings to upper/lower case on mobile, but not on desktop?