 
	
		
		
		
		
			
I need to reset the & sign back to normal and not have the swirly version.
How can this be done please?
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.special_amp {
    font-family: sans-serif;
    font-size: inherit!important;
    font-style: inherit;
    font-weight: lighter!important;
    color: inherit!important;
}
Best regards,
Yigit
Thanks Yigit…..
Much appreciated
