This topic has 2 replies, 2 voices, and was last updated 9 years by wilfriedMarseille.

  • Author
  • #71779
     wilfriedMarseille
    Participant

    I put a grid style on my blog. And I would like change the icon “+” than we see for an other.
    How i do that please ?

    http://www.le-journal-des-dj-producteurs.com/

    If you love Ableton check my blog :
    www.zikrea.com

    #71926
     sharmstr
    Moderator

    Use this in your child’s functions.php file and change the + to whatever you want.

    COPY CODE
    
    add_action( 'after_setup_theme', 'change_hover_element', 10 );
    
    function change_hover_element() {
        global $kleo_config;
        $kleo_config['image_overlay'] = '<span class="hover-element"><i>+</i></span>';
    
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #71943
     wilfriedMarseille
    Participant

    Thanks you !!!!! !:D

    If you love Ableton check my blog :
    www.zikrea.com

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?