Tagged: x
-
AuthorPosts
-
July 4, 2016 at 5:49 am #1071310
twiggleeParticipantHi,
How do I change the icon of a featured image blog post for when I hover over it?The image I provided currently shows a “document” icon in the centre. How do I change it to something else?
Second image shows a different hover over icon
Thanks!July 4, 2016 at 6:12 am #1071326
ThaiModeratorHi There,
Please add the following CSS under style.css file locates in your child theme:
.entry-thumb:before { content: "\f001"; }You can change the other icons: http://fontawesome.io/icons/
Hope it helps π
July 4, 2016 at 6:59 am #1071373
twiggleeParticipantHey,
Do I add it in here?
I don’t think it worked
Thanks.July 4, 2016 at 7:32 am #1071416
ThaiModeratorHi There,
In this case, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
β Link login to your site
β WordPress Admin username / PasswordDonβt forget to select Set as a private reply. This ensures your information is only visible to our staff.
Thanks.
July 4, 2016 at 8:06 am #1071464
twiggleeParticipantThis reply has been marked as private.July 4, 2016 at 8:30 am #1071509
ThaiModeratorHi There,
Sorry for the confusion!
After added the following CSS, it’s working fine:
.x-recent-posts .format-standard .x-recent-posts-img:before { content: "\f18e"; }Cheers!
July 4, 2016 at 8:39 am #1071526
twiggleeParticipantThanks!
One last thing, can I add a small boarder around the icon somehow?July 4, 2016 at 9:21 am #1071573
ThaiModeratorHey There,
Please update the previous CSS a bit:
.x-recent-posts .format-standard .x-recent-posts-img:before { content: "\f1d8"; border: 1px solid #fff; }Hope it helps π
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1071310 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
