Title: Cusor CSS
Last modified: June 13, 2019

---

# Cusor CSS

 *  Resolved [Step By Step 3D](https://wordpress.org/support/users/welchwerks/)
 * (@welchwerks)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/cusor-css/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcusor-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [brendanprofile](https://wordpress.org/support/users/brendanprofile/)
 * (@brendanprofile)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/cusor-css/#post-11637553)
 * 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](https://wordpress.org/support/users/welchwerks/)
 * (@welchwerks)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/cusor-css/#post-11638637)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/mrlegend-typedjs.svg)
 * [Typed JS: A typewriter style animation](https://wordpress.org/plugins/mrlegend-typedjs/)
 * [Support Threads](https://wordpress.org/support/plugin/mrlegend-typedjs/)
 * [Active Topics](https://wordpress.org/support/plugin/mrlegend-typedjs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mrlegend-typedjs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mrlegend-typedjs/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Step By Step 3D](https://wordpress.org/support/users/welchwerks/)
 * Last activity: [6 years, 12 months ago](https://wordpress.org/support/topic/cusor-css/#post-11638637)
 * Status: resolved