Hi Team,
I checked several posts, documentation and tried really long to find out, how I can change the post slider hover icon from the images.
As I saw the post slider hover icon is “ue832”.
I want to change as example to a play icon like: “ue897” .
So I searched for the “ue832” code and can only find it in the functions.php file, on line 231:
‘ov_external’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue832’),
Because this are the “//image hover overlays” I thought it would be the best way to change it here.
I changed it, deleted the page cache, but nothing happened.
I also tried to change the “/E832” code in the base.css file as described in some topics, but no chance to change the icon.
Thank you for your help.
Hi Sepheroth!
That will change the icon for the actual post that gets displayed. For the overlay try adding this to your custom CSS.
.avia-content-slider .image-overlay.overlay-type-extern .image-overlay-inside::before {
content: "\e897" !important;
}
Regards,
Elliott
Hi Elliott,
thank you, this works for me ;)
Regards,
Seph