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?
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
perfect! much thanks!