Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #283466
    micheal_w
    Member
    Post count: 498

    Is it possible to change the colour of the animated headline’s flashing cursor and the animated text’s background (when changed) to colour #fff?
    But only on the above’s page…

    #283707
    David Martin – Support
    Moderator
    Post count: 20834

    Sure, you need to use the Chrome inspector tools to view what CSS is being applied. You can then modify the CSS to match your needs.

    .page-id-159 .sf-headline.loading-bar .sf-words-wrapper::after, 
    .page-id-159 .sf-headline.clip .sf-words-wrapper::after, 
    .page-id-159 .sf-headline.type .sf-words-wrapper::after, 
    .page-id-159 .sf-headline.type .sf-words-wrapper.selected {
      background-color: white!important;
    }
    #284299
    micheal_w
    Member
    Post count: 498

    Awesome, works perfectly.
    Thanks!

    #284305
    David Martin – Support
    Moderator
    Post count: 20834

    Anytime Micheal!

    – David.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.