I want to change the mouse cursor over the text in a certain div. If I use:
.divchange { cursor: pointer;}
the cursor will change over the whole div and not just over the text.
I want to change the mouse cursor over the text in a certain div. If I use:
.divchange { cursor: pointer;}
the cursor will change over the whole div and not just over the text.
You can place a text in span or you can add hover to the certain text.
Using Hover
Or just adding style to that element where you want cursor to be a pointer