hello everyone
I have added logos with links here
is it possible with mouse over that only the hand is displayed
and not the green circle
and that the hand has a different color
thanks
kind regards
Franz
Hey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top a:hover .image-overlay .image-overlay-inside {
display: none;
animation: none;
}
.avia_transform #top a:hover .image-overlay {
opacity: 0 !important;
}
but you can’t change the color of the mouse pointer, you would need to create your own and then use some css, see this thread.
Best regards,
Mike
Many thanks Mike
so the settings are correct
you can close this ticket
Thank you very much
Franz