Hi! Please check http://www.kidsandwork.nl/wp
The font type is Open Sans (heading and content) but the “&” in the headings sign seems to be in type “T Palatino Linotype”. I don’t want that. Need a “normal” “&” sign. How can I fix this?
Martine
Hey famewebdesign,
You should be able to use this class to add the correct font to it:
span.special_amp{
font-family: "your font here"!important;
}
Best regards,
Jordan Shannon
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.special_amp {
font-family: sans-serif;
font-size: inherit!important;
font-style: inherit;
font-weight: lighter!important;
color: inherit!important;
}
Best regards,
Yigit
Thanks Jordan and Yigit. Used the code Yigit gave me and works perfect! Thanks!
Martine
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon