Home Forums WoodMart support forum footer font style Reply To: footer font style

#240696

Hello,

I have visited your website.

It seems to be an issue with the font that is not coming as font-family. Please try re-adding the font then add the following Custom CSS in the Global Custom CSS to change the font family of the footer widgets.

Then clear the cache and check back.

div#text-9 .textwidget {
	font-family: "";
}
div#text-25 .textwidget {
	font-family: "";
}

Best Regards.