Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1126311

    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.

    #1126404

    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

    #1126408

    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.

    #1126566

    Hi Haiko,

    That is a styling featured in the theme yes, I don’t think we will be removing it so please use the CSS I gave you if you don’t want that styling.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.