Target Menu Item
-
Hi:)
maybe it's a stupid question..I'm trying to change the cursor on mouseover on the menu items. like this;
.laynav primary{
cursor: url(https://leonardociacca.com/wp-content/uploads/2020/05/Mano-Saluto_3.png) 1 1, auto !important;
}It doesn't work.. it's like I can't target the menu class..
could you help me?thanks!
Leonardo
-
Dear @ch-design
there are already a couple of threads about this in the forum.
Check them out :-DBest!
Marius -
Hi Marius thanks for your reply, I checked but I didn't find what I'm looking for..I already found in the forum the code to have the right cursor (the one I wrote) but I can't find a way to address just a specific menu...when I apply to its class (as above) the cursor doesn't change..could you help please?
thanks a lot
Leonardo
-
Dear @ch-design
but I can see it working on your website now…
Best!
Marius -
Dear @ch-design
try this:.laynav primary a { cursor: url(https://leonardociacca.com/wp-content/uploads/2020/05/Mano-Saluto_3.png) 1 1, auto !important; }Best!
Marius