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

    I need to reset the & sign back to normal and not have the swirly version.

    How can this be done please?

    #1167440

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .special_amp {
        font-family: sans-serif;
        font-size: inherit!important;
        font-style: inherit;
        font-weight: lighter!important;
        color: inherit!important;
    }
    
    

    Best regards,
    Yigit

    #1167653

    Thanks Yigit…..

    Much appreciated

    #1167686

    Hi,

    You are welcome, glad we could help :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do you remove the fancy "&" styling in titles element’ is closed to new replies.