Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #407435

    I am wondering if there is some way to change the green arrow image which pops up when one hovers over an image that is linked?

    Thanks

    #407584

    Hey keifygeorge!

    Are you trying to change it to another icon? If you open up /enfold/functions.php you can see the character code used on line 232.

    'ov_image'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue923'),
    

    You can change that, “ue923”, to something else to display a different icon.

    Cheers!
    Elliott

    #407611

    I was hoping to change the colour of the icon to dark blue.

    #408126

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .image-overlay-inside:before {
      background-color: orange!important;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.