Hi, I followed the post below to make the & symbol non fancy. How do I make the & symbol normal and non italic?
Hi stephaniebLOS,
Please try to use this CSS code:
.special_amp {
color: inherit!important;
font-family: inherit;
font-size: inherit;
font-style: normal;
}
Hope it helps.
Best regards,
Nikko