Tagged: x
-
AuthorPosts
-
December 5, 2016 at 5:45 am #1281427
EyoaelParticipantHi,
How can i create a circle around my icons and hover effect? View example page for reference
http://codeless.co/specular/default/#.Best regards
EyoaelDecember 5, 2016 at 6:18 am #1281475
ChristianModeratorHey Eyoael,
Please see
Thanks.
December 5, 2016 at 10:11 am #1281731
EyoaelParticipantThis reply has been marked as private.December 5, 2016 at 10:32 am #1281775
JoaoModeratorHi Eyoael,
Please add the following code instead:
.lnr-cog:hover { background: darkgrey; border-color: darkgrey; }Hope it helps
Joao
December 5, 2016 at 10:46 am #1281796
EyoaelParticipantHi Joao,
It’s almost there, but if you look at the example that i provided when u hover on the icon the icon it self should be white and the background should be this color #10b8c7. I tested to change the background color and border color from dark gray to #10b8c7 but then when i hover over the icon it down’t show because the icon it self is this #10b8c7, how can i fix this?
Best regards
EyoaelDecember 5, 2016 at 12:32 pm #1281927
JadeModeratorHi there,
Please add this code:
.lnr:hover { border-color: #10b8c7; background-color: #10b8c7; } .lnr:hover:before { color: #fff; }Hope this helps.
December 6, 2016 at 3:18 am #1282790
EyoaelParticipantHi,
Thanks for the help that works just fine.
Best regards
EyoaelDecember 6, 2016 at 5:04 am #1282907
LelyModeratorYou’re welcome Eyoael!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1281427 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
