 
	
		
		
		
		
			
Ahoy,
I tried using this code but it doesnt seem to work to changethe font family of the footer widget title
	`#footer .widgettitle {
font-family:  ‘quicksand’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }`
Please advise
Hey mcraig77,
Please try this instead:
#footer h3.widgettitle {
    font-family: 'Quicksand' !important;
}Best regards,
Rikard
Thanks!
