Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #193737

    i’d like to place a custom image to repeat for the background of the bottom footer behind the copyright text.

    thx in advance

    #194483

    Hi jackchin!

    Go to Enfold > Styling > Socket, look for the “Background Image”, and set your background image there:

    Regards,
    Josue

    #196868
    This reply has been marked as private.
    #196875

    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

    #196885
    This reply has been marked as private.
    #196888

    Hey!

    Try adding this code to the Quick CSS:

    #header .container {
        border: 0;
    }

    Cheers!
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Custom background image for bottom footer behind copyright text’ is closed to new replies.