Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello vietboy32,

    We consider that the qq icon is not so usable icon so it can be change.

    Firstly, make a child theme using given Link.

    Then open enigma main theme folder and copy header.php from there and paste it in child theme folder.

    then open header.php of child theme folder go to line no 66. See the code below-

     <?php } if($wl_theme_options['qq_link']!='') { ?>
    					<li class="youtube" data-toggle="tooltip" data-placement="bottom" title="qq"><a href="<?php echo esc_url($wl_theme_options['qq_link']) ; ?>"><i class="fa fa-qq"></i></a></li>

    replace it with the below code –

     <?php } if($wl_theme_options['qq_link']!='') { ?>
    					<li class="youtube" data-toggle="tooltip" data-placement="bottom" title="qq"><a href="<?php echo esc_url($wl_theme_options['qq_link']) ; ?>"><i class="fa fa-yelp"></i></a></li>

    and asve the file.

    you can see the yelp icon at front-end. Give your yelp URL in social customize qq box. See the below image.

    image

    Thanks. Hope you will understand.

    Thread Starter vietboy32

    (@vietboy32)

    i cant seem to find a way to create a child theme, i dont know where to create it.. please help

    Thread Starter vietboy32

    (@vietboy32)

    hold it…. i think i got it! just need to find out how to change the QQ label

    Thread Starter vietboy32

    (@vietboy32)

    Done! Thank you so much!

    You’re welcome.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘adding yelp to header section’ is closed to new replies.