Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1436177

    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

    #1436183

    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

    #1436205

    Many thanks Mike
    so the settings are correct
    you can close this ticket

    Thank you very much

    Franz

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘link hand only’ is closed to new replies.