Jump to content

marissaalanis

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    marissaalanis reacted to AnnaK in Override Cursor with Custom Image   
    YEEESSS!!!!!

    If anyone is interested, this is the code I used:

    --------------------------------
    html, body {
         cursor: url(http://test.kleindinst.at/cursor_medium.png), auto; [Comment: For the standard cursor]
       }
    a:hover {
    cursor: url(http://test.kleindinst.at/cursor_medium_stripes2.png), auto !important; [Comment: For links in general]
    }
    input {
    cursor: url(http://test.kleindinst.at/cursor_medium_stripes2.png), auto !important;   [Comment: For the small text fields of the form]
    }
    textarea {
    cursor: url(http://test.kleindinst.at/cursor_medium_stripes2.png), auto !important; [Comment: For the larger text fields of the form]
    }
    .sqs-system-button {
        cursor: url(http://test.kleindinst.at/cursor_medium_stripes2.png),auto !important; [Comment: For all buttons]
    }

    --------------------------------
    Thanks a lot for helping me out!! 🙂
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.