Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #961985

    Hi i want to change the typewriter color to blue when the text gets selected – the text shows white and background black ( which want to change it to blue )
    type writer background is showing black, how to change it to blue

    #962099

    Hey NikhilJhunjhunwala,
    Try this code in the General Styling > Quick CSS field:

    .av-marked-text .av-rotator-text-single {
    background-color: blue !important;
    }

    Best regards,
    Mike

    #1012703

    Hi,
    when i try to set it transparent, the higlight box appears in white!
    Can you give me the right code?
    Thanks.

    #1012735

    Hi,

    @SK-RE
    please include a url to the page in question so we can examine.
    I tested this css on my localhost with the Headline Rotator over a color section with a background image, and when the text was highlighted the highlight was transparent and the text became white marking the point of the highlighting:

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

    2018-09-21_062418

    Best regards,
    Mike

    #1012792

    Perfect!
    Thanks.

    #1012946

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1220608

    Thank you Mike,

    This still works to this day!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.