Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008941
    thunderdragonmedia
    Participant

    Hi,

    I apologize if this is easy to do in Theme X…I am an amateur/newbie and was wondering if there is an easy way to do this?

    Thank you SO much for any enlightenment that might save me hours of fumbling around.

    #1009026
    Thai
    Moderator

    Hi There,

    Please follow these steps:

    1] Navigate to Customizer > Footer > Footer Widget Areas > select One:

    http://i.imgur.com/TNwXfJn.png

    2] Drag & drop a text widget to the Footer 1 area with the following content > click Save:

    <ul class="x-footer-logo">
    <li><a href="http://www.url.com/1"><img src="http://placehold.it/150x150"></a></li>
    <li><a href="http://www.url.com/1"><img src="http://placehold.it/150x150"></a></li>
    <li><a href="http://www.url.com/1"><img src="http://placehold.it/150x150"></a></li>
    <li><a href="http://www.url.com/1"><img src="http://placehold.it/150x150"></a></li>
    <li><a href="http://www.url.com/1"><img src="http://placehold.it/150x150"></a></li>
    </ul>

    http://i.imgur.com/9So1HFi.png

    3] Add the following CSS under Customizer > Custom > Global CSS:

    ul.x-footer-logo {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    ul.x-footer-logo li {
        display: inline-block;
        margin-right: 10px;
    }

    Replace your links & images in step #2.

    Hope it helps 🙂

    #1013347
    thunderdragonmedia
    Participant

    IT WORKED PERFECTLY!!! Thank you so much for being so responsive and helpful. The BEST 🙂

    #1013506
    Rahul
    Moderator

    You are most welcome! Let us know if you need any further help.

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1008941 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>