Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #317433
    amcco1
    Participant

    Hi! I love this Bizboost template you guys have made, however for the life of me I cannot figure out how to edit the mouse cursor.

    When I hover over this section it the mouse cursor says “View More”. I would love to be able to change the text that it says. Is there a way to do so? I don’t see anything in the custom css regarding this.

    https://imgur.com/a/Do3EY0R

    Thanks!

     

    #317443
    tikaram
    Keymaster

    @amcco1 : To change the hover text. Login to your WordPress admin section.
    Insert the /wp-admin/customize.php structure at the end of your URL.
    For example, the URL  : https://yourdomainname.com/wp-admin/customize.php. In your case, just replace the website’s name with the one you administrate.
    Open the Additional CSS panel and add the following css.

    .custom-cursor.team__active:before {
        content: "Your Text" !important;
    }

    Note : Replace the Your Text with your desired text.
    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to customize mouse cursor’ is closed to new replies.