Tagged: ,

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

    Hi – is there anyway to change the arrow graphic to something else? or possibly just leave the overall faded effect and turn-off the rotating arrow?

    #186169

    Hi mediumstudio!

    You can add following code to Quick CSS section in Enfold theme options under Styling tab and change the content. i.e.: content: ‘Read’;

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: '\E832';
    font-family: 'entypo-fontello';
    }

    And following code would remove the rotating arrow

    .image-overlay .image-overlay-inside { display: none; }

    Cheers!
    Yigit

    #186264

    perfect! much thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold hover image replacement or turn-off’ is closed to new replies.