I’m using the special heading for a portfolio item.
The title is 3D Lighting & Render Artist, and is set in a custom font. The ‘&’ character though, is wrongfully displayed in another font.
Looking at the code I see that the ‘&’ is set in a span, which might be the cause of the problem.
<h1 class="av-special-heading-tag " itemprop="headline">3D Lighting <span class="special_amp">&</span> Render Artist</h1>
Is there any way to get this right?
The right font IS displayed in the masonry tile title on the homepage, so it should work.
Best regards, Haiko Oosterbaan.
Hey rhae,
Please try the following in Quick CSS under Enfold->General Styling:
.special_amp {
font-family: inherit;
font-style: normal;
font-size: inherit;
line-height: inherit;
font-weight: normal;
}
Best regards,
Rikard
Hi Rikard,
great, that worked!
Problem solved :-)
Thank you!
Is this something that can be changed globally in the next version of Enfold, or is this behaviour of a special character in the special heading on purpose?
Best regards, Haiko.