thanks for the answer about the footer, but …is it also possible to put the logo with an external link in the small header at the top right of the page (at the end of the top menu)?
regards,
Hey ftt123!
In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
and add your logo that will have an external link using HTML between PHP tags as following
?> your html code goes here <?php
Best regards,
Yigit