Tagged: 

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

    On my homepage I have the little typewriter effect going on – when the text highlights it makes the whole thing white instead of just using the normal highlight color of opaque black. Is there some simple CSS that I could add that would allow me to change that so it doesn’t look broken?

    Thanks!

    #1061379

    Hey Andrea,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av-marked-text span.av-rotator-text-single {
      background-color: transparent !important;
      color: #fff !important;
      }

    Best regards,
    Mike

    #1062872

    Worked great! Thanks for your help!

    #1062887

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Typewriter Highlight Color’ is closed to new replies.