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

    Hi,

    is there a way to have the “&” sign displayed without any specific style in the title ?

    http://www.drawingnowparis.com/portfolio-item/geukens-de-vil-gallery/

    #204296

    Hey totofunk!

    You can clear out the styles by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

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

    Or in the functions-enfold.php you can comment out the avia_ampersand function.

    Best regards,
    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘amp sign in titles’ is closed to new replies.