i’d like to place a custom image to repeat for the background of the bottom footer behind the copyright text.
thx in advance
Hi jackchin!
Go to Enfold > Styling > Socket, look for the “Background Image”, and set your background image there:
Regards,
Josue
Hey!
Edit footer.php, find this code on line 93:
<footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>
Add this code below:
<div class="socket-background"></div>
Add this on Enfold > Styling > Quick CSS:
.socket-background {
height: 50px;
background: red;
}
Replace the background with your background image.
Best regards,
Ismael
Hey!
Try adding this code to the Quick CSS:
#header .container {
border: 0;
}
Cheers!
Josue