Log in

View Full Version : Resolved Remove hyperlink issue



theremotedr
02-15-2016, 11:11 AM
Hi,
This is the code used,

<li class="licenter"><a href="#" id="fblas" >Like & Share with FB links below</a></li>

This is on page http://www.theremotedoctor.co.uk/accaudi.html?scrollto=selection
I am just looking to remove the hand icon when cursor is passed over the field.
Removing the # from "#" didnt solve it.

This field isnt link to anything.

styxlawyer
02-15-2016, 11:55 AM
I'm not sure what you mean, but if it's the mouse cursor hand you're trying to eliminate, then add this this to your CSS:



#fblas hover {
cursor:none;
}

theremotedr
02-15-2016, 12:06 PM
Thanks,
That makes the cursor dissapear all together which works ok but as opposed to making it dissapear im trying to let it just be a cursor when that field is hovered over as opposed to changing to the hand symble.

coothead
02-15-2016, 01:17 PM
Hi there theremotedr,


just pick the cursor that you wish to use here...


Your 38 cursor options (http://www.w3schools.com/cssref/playit.asp?filename=playcss_cursor&preval=alias)


coothead

theremotedr
02-15-2016, 03:36 PM
Great advice & works well.
Worth keeping that site bookmarked.
Now time for another post,cheers

coothead
02-15-2016, 03:52 PM
No problem, you're very welcome. ;)


coothead

styxlawyer
02-15-2016, 05:45 PM
Wouldn't it be simpler to just remove the link? After all it doesn't go anywhere.



<li class="licenter">Like & Share with FB links below</li>

theremotedr
02-15-2016, 06:02 PM
Hi,
Thats what i mentioned in my original post.
I then went with your advice about the cursor.

If i remove my code & use your code then all the colour / box size etc is gone and just a line of standard text is shown.

jscheuer1
03-11-2016, 10:40 PM
Is this thread resolved or not?

theremotedr
03-11-2016, 10:59 PM
Hi.
Yes it is but was unable to mark it resolved.