Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #341057
    madcast
    Participant

    Hi,

    Just want to ask if how can i change the color of the dot in the mouse pointer.

    Thnak you very much.

    #341059
    sujeet
    Keymaster

    Hello @madcast,

    To change the color of the mouse pointer, add the following css code to Appearance => Editor => Styles => Additional Css

    
    @media screen and (min-width: 75em) {
    .custom-cursor {
       background: red !important;
     }
    }
    

    addtional-css

    Or you can change the primary color of the whole theme, which will change the color of the mouse pointer as well. For that go to Appearance => Editor => Styles => Colors => Edit Palette => Change primary color. Check the screenshots below:

    style

    pallet

    primary

    Please let me know if this worked. Thank you.

    Regards,
    Sujeet

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