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/
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