• Resolved basscan

    (@basscan)


    Hello, i use contact form 7. When i hover over the send button the mouse cursor doesn’t change to a pointing hand.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @basscan,

    That’s the default behavior for submit buttons. You can add some CSS to change the cursor to a pointing hand, though. Install a custom CSS plugin like Simple Custom CSS and add the following:

    input[type="submit"] { cursor: pointer; }

    Let me know if that does it.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘send button pointer’ is closed to new replies.