How do I change the & sign. No matter which font I choose in the heading, it still showes the same & sign…
Hey limedrop,
Please provide a link to the site/page in question. Also, the font chosen needs to actually have an & glyph.
Best regards,
Jordan Shannon
Or maybe you can name a few Enfold fonts that have the & glyph?
:)
Every font gets that special ampersand because of a class .special_amp.
Here’s what I did in my site custom css:
.special_amp {
font-family: inherit;
font-size: inherit;
font-style: inherit;
}
Hey k358,
Thanks for your input on this.
Best regards,
Jordan Shannon
Wonderful thank u :)