Hi everybody and thank you for this template.
I simply would like to change the arrow icon that appears on mouseover on the article preview (http://www.metronotteditalia.it/wp-content/uploads/2018/06/Schermata-2018-06-06-alle-19.48.07.png) with one from fontello.
I’ve tried with the code below, but didn’t work:
.image-overlay .image-overlay-inside:before {
content: “\e800”;
font-family: ‘entypo-fontello’;
}
Link: http://www.metronotteditalia.it/homepage
Any help?
Thank you
Hey takozzo,
Adjust the code to the foll0wing:
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: '\e800'!important;
font-family: 'entypo-fontello'!important;
}
I’ve tested and it works.
Best regards,
Jordan Shannon
Hi Jordan and thank you for your reply.
I’ve tried with another icon (http://www.metronotteditalia.it/wp-content/uploads/2018/06/Schermata-2018-06-12-alle-12.16.05.png) but didn’t work.
This is the icon i’d like to insert: http://www.metronotteditalia.it/wp-content/uploads/2018/06/Schermata-2018-06-12-alle-12.13.57.png
Can you please help me? Thank you
Al
Hi,
It should be working now. I just removed the “U”. So it’s the following:
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: '\e892'!important;
font-family: 'entypo-fontello'!important;
}
I tested and it works.
Best regards,
Jordan Shannon
thank you very much!
Great support
Hi,
Great! I’m glad I was able to help my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon