Tagged: header
I need to add a secondary image to the right side of the header and the company’s address in Enfold. Is this possible and where would I do this?
Hey heidi22!
You can add it in Header.php file right under following code
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
I would suggest you to add it inside a div something like
<div class="second-image"></div>
so you can style it.
If you need help about it, please create a temporary admin login and post it here privately and upload your images in Media Library
Best regards,
Yigit