“&”-sign, how to style normal, it shows in a different font – I dont need this.
Hi royaltask!
Please add following code to Quick CSS
.special_amp {
font-family: inherit;
font-style: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit!important;
}
Cheers!
Yigit
Yeah, this works. Good to know how to reset the styles with inherit;
Thanks