Support

Home Forums Event Espresso Premium EE Buttons don't have a Hand only an Arrow Help?

EE Buttons don't have a Hand only an Arrow Help?

Posted: June 5, 2020 at 12:34 pm


Jarred

June 5, 2020 at 12:34 pm

Hey, for some reason inputs or buttons only show arrow instead of the normal HAND icon that u see when its a link. Is there a way to fix this so that all input buttons show the HAND.

See images
the selector is an arrow instead of a hand even tho that is a button that will make the popup appear for MER. https://www.screencast.com/t/tUcKqha2Md

But on other links on same page (the shortlink for the event labeled : Register . You can see a hand appears making u know its a link. https://www.screencast.com/t/oSalCghZ7

thanks


Tony

  • Support Staff

June 5, 2020 at 1:19 pm

Hi Jarred,

The difference between those 2 is the first is an input element, the second is a a (link) element.

A elements use a pointer by default in your browser, inputs do not.

You can fix this by adding some styles to tell your browser what cursor to display on those inputs. For example:

.ticket-selector-submit-btn {
    cursor: pointer;
}

Will fix the above and use a ‘hand’ on that input.


Jarred

June 5, 2020 at 2:55 pm

Awesome. that worked perfectly. Thanks

The support post ‘EE Buttons don't have a Hand only an Arrow Help?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso