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

    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 :)

    #890043

    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

    #890047

    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 :)

    #890052

    Hi!

    You are welcome Jan, always happy to help!
    Let us know if you have any other questions or issues and enjoy your holidays! :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘& / ampersand italic’ is closed to new replies.