Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #341057
    madcast
    Member

    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

    #342689
    bisharatkhan
    Participant

    Hi @sujeet,
    Thank you so much for the clear instructions!
    Adding the CSS code in Additional CSS worked perfectly, and I was able to change the cursor dot color successfully. The alternative method of updating the primary color is also very helpful. Really appreciate your support! 😊

    #342696
    sujeet
    Keymaster

    Hello @bisharatkhan,

    I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?

    https://wordpress.org/support/theme/bizboost/reviews/#new-post

    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Thank you so much.

    Regards,
    Sujeet

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