I’m attempting to change the title font for the recent posts element on this page: http://harrymitchell.us
I’ve used the following with no luck:
.x-recent-posts .h-recent-posts {font-family: Arial }
Any idea why that’s not triggering a change?
I’m attempting to change the title font for the recent posts element on this page: http://harrymitchell.us
I’ve used the following with no luck:
.x-recent-posts .h-recent-posts {font-family: Arial }
Any idea why that’s not triggering a change?
Hello Stuart,
Thanks for asking. 
Please change the CSS code with following:
.x-recent-posts .h-recent-posts {
font-family: Arial !important;
}
Thanks.
That did it, thanks!
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.