How can I make 'Read more' buttons show click symbol on hover?

Hey guys,

Would anybody know how to make it so that when you hover over any “Read more” buttons they show the click symbol? Unsure why it’s not doing it when they’re linked.

https://directcomputers.myshopify.com/pages/blog

Password: flowma

Thank you!

@Anonymous
I can’t found read more button in your site.

@Anonymous
use a:hover
property to show
Thank you.

See here on the blog page

https://directcomputers.myshopify.com/pages/blog

Do you know where I would put this :slightly_smiling_face:

Hii, @Anonymous
Paste this code in top of theme.scss file.

div#idy0H4t div a button:hover {
    cursor: pointer !important;
}

Thank You.

Thank you so much all working! :grinning_face_with_smiling_eyes:

Hello, I would like when hover over the " Add to cart " button on the product pages, to invert the colors. Could you assist me with that?

The website is: https://jenzeanodesigns.com/

Thank you!