Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #404944

    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.

    #405409

    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

    • This reply was modified 10 years, 4 months ago by Elliott.
    #405437

    Hi Elliott,

    thank you, this works for me ;)

    Regards,
    Seph

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘post slider hover icon’ is closed to new replies.