Home Forums Jevelin Theme Change default URL logo in header Reply To: Change default URL logo in header

Home Forums Jevelin Theme Change default URL logo in header Reply To: Change default URL logo in header

Solution for this topic

Hi @fetaki,

 

I hope you are well today and thank you for your question.

 

To achieve this you have to add this code https://pastebin.com/FSTNytqa in the functions.php file of Jevelin child theme then change the URL of logo by changing following code in the shared code.

<?php echo esc_url( home_url( '/' ) ); ?>

Best regards,
Shufflehound team