hi team, thanks for the great help.
in the headlines i’m using the special heading from avia builder, i inserted this text:
but in the website, the “&” was automatically detected as a span.special_amp:
how can i make sure it won’t be detected as a span.special_amp? i want a simple “&” character, in the same font and size as the rest of the heading.
i don’t want to reset the span.special_amp class alltogether, just prevent the specific & character from this headline from it.
Hey graphico!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home div#av_section_1 .special_amp {
font-family: inherit;
font-style: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit!important;
}
Best regards,
Yigit
great! thanks a lot!