Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #396675

    “&”-sign, how to style normal, it shows in a different font – I dont need this.

    • This topic was modified 9 years, 9 months ago by royaltask.
    #396678

    Hi royaltask!

    Please add following code to Quick CSS

    .special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit!important;
    }

    Cheers!
    Yigit

    #396681

    Yeah, this works. Good to know how to reset the styles with inherit;
    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘"&"-sign, how to reset style .special_amp’ is closed to new replies.