This topic has 1 reply, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #201220
     artemio
    Participant

    Hello,

    Could you tell me in which template (and the path to the template would help as well) I can change the “+” that show on the galleries posts in the Kleo grids ? I would like to replace it by a magnifier to help people understand it is possible to magnify the gallery ?

    Thank you very much for your help.

     

     

    Catherine

    Attachments:
    You must be logged in to view attached files.
    #201265
     Radu
    Moderator

    The function will have to be added in wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    //Change the hover on portfolio
    add_action('after_setup_theme','kleo_my_member_data');
    function kleo_my_member_data()
    {
        global $kleo_config;
    //this is the details field, right now it take the "About me" field content
        $kleo_config['image_overlay']     = '<span class="hover-element"><i>Aaa</i></span>';
    
    }
    

    Replace aaa with your desired icon or character
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?