Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1418941

    Hi, I followed the post below to make the & symbol non fancy. How do I make the & symbol normal and non italic?

    #1418950

    Hi stephaniebLOS,

    Please try to use this CSS code:

    .special_amp { 
        color: inherit!important; 
        font-family: inherit; 
        font-size: inherit; 
        font-style: normal;
    }

    Hope it helps.

    Best regards,
    Nikko

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