Hi there all, I would greatly appreciate some help at accomplishing Adding an image above the header and below the footer, ive been trying different things for days.
please help!
link to concept
Hi
You’ll need to add in a new div into the header.php file. Probably just under where the header starts:
<div id='header' class=' header_color <?php avia_is_dark_bg('header_color'); echo " ".$headerMenu; ?>'>
For the footer, it will be the same concept except in the footer.php.
Regards,
Devin