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

    Hi!

    I would like to change apparence to the “&” symbol in Special Heading.
    I have trying to change font-family with some part of quick css but doesn’t run. (For example :`.av-special-heading-tag {
    font-family: “lato”,open sans !important;
    }
    `
    The heading is good but not symbol “&”

    Thank you

    #492210

    Hi morganeL,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #492216
    #492652

    Hi,

    It seems your site is in construction mode, could you send login details as well please? You can try placing the character you want to change inside a span tag and giving it a class for styling:

    <span class="custom-char">&</span>
    

    You can then add custom CSS for the span:

    .custom-char {
    color:red;
    }

    Thanks,
    Rikard

    #493566

    Hi Rikard,

    Thank you for your answer!
    Regarding the character “&”, I would like it to appear “normally”, but when I use the “special heading” there is a particular style and color.

    #493608

    Hi!

    Please add following code to Quick CSS as well

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

    Regards,
    Yigit

    #493673

    Hi Yigit,

    Thank you for your help, It’s great and run perfectly!!

    Best regards.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Special heading: how Change apparence of special characters and Symbols?’ is closed to new replies.