Hello @dolke,
I was able to substitute the icon with my logo image by changing a few lines of code in the file header.php of my Arcade Child Theme, around line 63.
<?php if ( $bavotasan_theme_options[‘header_icon’] ) { ?>
<img src=’http://www.minuticontati.com/demo/wp-content/themes/arcade-child/header_icon.png’ ) ?>
Instead of:
<?php if ( $bavotasan_theme_options[‘header_icon’] ) { ?>
<i class=”fa <?php echo $bavotasan_theme_options[‘header_icon’]; ?>”></i>
Remember to put your logo icon in your child theme directory, in my case the file is “header_icon.png”.
Best! 😉
Thread Starter
dolke
(@dolke)
Hi,
Thank you for the solution.
Im not sure what do you mean by child theme direcotry?
I dont have folder on the server called “arcade-child”
check this > http://prntscr.com/5qqqlg
It works for me. How do you link the logo back to the homepage?