How to display "Hand Cursor" when hovering image button?

General questions relating to Joomla! 2.5. Note: All 1.6 and 1.7 releases have reached end of life and should be updated to 2.5. There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Locked
brighten_youth
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Thu Oct 20, 2016 10:07 am

How to display "Hand Cursor" when hovering image button?

Post by brighten_youth » Mon Feb 05, 2018 11:37 am

Hi, I'm currently figuring this problem out:

When I click on the image link, the cursor remains as the default "arrow cursor".
http://oi65.[removed].com/1e9fnt.jpg
I want the cursor to look like this:
http://oi67.[removed].com/i3dlkx.jpg


I'd tried to add the "cursor:pointer" code into the template.css file inside the blanket of "a, a:hover", but nothing changed. Anyone who could offer a solution would be greatly appreciated.



* To be specific, I'm using Joomla 2.5 and Joomlaman template

User avatar
Prowebdesign
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 197
Joined: Sun Oct 04, 2009 10:37 am
Contact:

Re: How to display "Hand Cursor" when hovering image button?

Post by Prowebdesign » Fri Feb 16, 2018 2:01 pm

Hi!

Instead of this

Code: Select all

	cursor: pointer;
try using

Code: Select all

	cursor: pointer !important;
Let me know if this helps. Also a link to your project would help a lot.


Locked

Return to “General Questions/New to Joomla! 2.5”