• Resolved Step By Step 3D

    (@welchwerks)


    Thank you for a very cool typing plugin. I was able to change text color with CSS, but am stuck finding a way to change cursor color. can you give me a hand?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like the cursor is set to inherit!important in your CSS.
    I’ll see if I can make the colours more customisable in the attributes this sometime week.

    You’d have to change it there if possible.

    .typed-cursor {
        color: inherit !important;
        display: inline-block;
        font-family: arial, sans-serif;
        opacity: 1;
        -webkit-animation: blink 0.5s infinite;
        animation: blink 0.5s infinite;
    }
    Thread Starter Step By Step 3D

    (@welchwerks)

    worked great Thanks, I even used the font family to change the text. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cusor CSS’ is closed to new replies.