Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #359051

    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.

    #359062

    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

    #359117

    great! thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how to disable span.special_amp on headlines?’ is closed to new replies.