Tagged: x
-
AuthorPosts
-
March 29, 2016 at 10:16 am #856986
Hi! How do I replace the CHAIN LINK icon and dark background that show when you hover a Blog post, with a custom image and background on a masonry type page?
I’ve been looking around in the forum and don’t know how to do it yet…
Let me know!
Thanks!
FabianaMarch 29, 2016 at 1:18 pm #857272Hi Fabiana,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Meanwhile you can add this under Custom > CSS in the Customizer.
.entry-thumb::before { content: '\\f0c1'; }
You can find the UNICODE value for all icons from here – http://fontawesome.io/icons/
You can also add image on the content :
.entry-thumb::before { content: url('//path/to/your/image.png'); }
Hope this helps.
Cheers!
March 31, 2016 at 10:45 am #860985It worked! Perfect 🙂
Now, how do I change the background color on hover?
Thanks!
fabiMarch 31, 2016 at 8:37 pm #861761Hi Fabi,
You’re welcome!
Please use this CSS:.entry-thumb:before{ background-color: green;/*Change green to your preferred color*/ }
Hope this helps.
April 1, 2016 at 9:29 am #862610For some reason this isn’t working…it’s still black…what else could I try?
April 1, 2016 at 9:30 am #862611Actually, the small circle around the icon changed color, but the black that covers the image hasn’t changed color…
How do I change that?April 1, 2016 at 6:54 pm #863262Hi Fabi,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
-
AuthorPosts