Hey Kriesi-Team,
I deactivated the special enfold ampersand (“&”) globally. On my client’s draft, it still shows in another font in the middle of a headline like here:
https://webigami.de/judy/combos/#workshops
If I add a breakpoint, it displays correctly like here:
https://webigami.de/judy/combos/#band
How can I fix this? The “&” should always be displayed in the headline’s font.
Thanks,
Jan :)
Hey Jan :)
Please add following code to Quick CSS
.special_amp {
font-family: sans-serif;
font-size: inherit!important;
font-style: inherit;
font-weight: lighter!important;
color: inherit!important;
}
Cheers!
Yigit
Hey Yigit,
thank you, that worked. I had to adjust the font (to work sans) and the weight to bold but then it worked fine just for the headlines.
Perfect and thanks,
Jan :)