Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1190244

    hello,

    how can I get rid of this decorative version of the “&” sign in a special heading?

    #1190246

    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; }`

    #1190347

    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

    #1190556

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

    • This reply was modified 4 years, 4 months ago by nomorebeans.
    #1190745

    Hi,

    Thanks for the clarification. Please try this in Quick CSS:

    .special_amp {
        font-style: normal;
    }

    Best regards,
    Rikard

    #1190928

    perfect, thanks Rikard.

    Issue solved! :)

    #1191010

    Hi nomorebeans,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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