hello,
how can I get rid of this decorative version of the “&” sign in a special heading?
found this line, a bit better, but the amp sign looks italic. how can i change that to nice lookin? :)
.special_amp { color: inherit!important; font-family: inherit; font-size: inherit; }`
Hi,
Thanks for the screenshot and update, I’m not sure I understand exactly what you would like to change though. Could you try to explain a bit further please?
Best regards,
Rikard
Hi Rikard,
the & amp sign looks italic like this &
do i have to use another parameter in that css line for non-italic?
Hope I could make it a bit clearer :)
Hi,
Thanks for the clarification. Please try this in Quick CSS:
.special_amp {
font-style: normal;
}
Best regards,
Rikard
perfect, thanks Rikard.
Issue solved! :)
Hi nomorebeans,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria