Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1385419
    joe
    Participant

    Hello!

    I’m looking to get rid of the hamburger icons next to my widget menu’s in my footer, and just include the page links.

    What type of CSS or code can I use to change the footer to look more like a regular one – like that of theoutbound.com?

    Thanks!

    #1385433
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #1386377
    joe
    Participant
    This reply has been marked as private.
    #1386647
    Rad
    Moderator

    Hi there,

    Your site is behind a coming soon page. Please provide your login credentials as well.

    Thanks!

    #1388249
    joe
    Participant
    This reply has been marked as private.
    #1388546
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .widget_nav_menu .h-widget:before, 
    .widget_layered_nav .h-widget:before {
        display: none;
    }
    .widget ul, 
    .widget ol,
    .widget_nav_menu ul li a, 
    .widget_meta ul li a, 
    .widget_pages ul li a {
        border: none;
        padding-left: 0;
    }

    Hope it helps 🙂

    #1394673
    joe
    Participant

    perfect! Is there anyway to get rid of the arrows to the left too? 🙂

    #1394931
    Thai
    Moderator

    Hi There,

    Please update the previous CSS to this:

    .widget_nav_menu ul li a:before, 
    .widget_meta ul li a:before, 
    .widget_pages ul li a:before,
    .widget_nav_menu .h-widget:before, 
    .widget_layered_nav .h-widget:before {
        display: none;
    }
    .widget ul, 
    .widget ol,
    .widget_nav_menu ul li a, 
    .widget_meta ul li a, 
    .widget_pages ul li a {
        border: none;
        padding-left: 0;
    }

    Hope it helps 🙂

    #1395554
    joe
    Participant
    This reply has been marked as private.
    #1395758
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .x-colophon.top {
        padding: 5% 0 5.25%;
        background-image: url(https://campist.co/wp-content/uploads/2017/03/Footerbackgroundsmall.jpg);
        background-position: top center;
        background-size: cover;
    }

    Hope it helps.

    #1405793
    joe
    Participant

    Back again! 😉

    Is there a way so that my widgets don’t go immediately to a vertical alignment? It seems that every device besides a full desktop just puts the footer into a complete vertical list of items. I’m hoping to make it so all devices have 1 row in the footer, and only mobile has a vertical footer menu.

    Is there an app that would be suitable to changing the layout of the footer?

    #1405993
    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    @media (min-width: 481px) and (max-width: 979px) {
    		footer.x-colophon.top .x-column.x-1-3 {
    		width: 30.66666%;
    		float: left;
        	margin-right: 4%;
    	}
    	footer.x-colophon.top .x-column.last,
    	footer.x-colophon.top .x-column:last-of-type {
        margin-right: 0;
    	}
    	footer.x-colophon.top .x-column .widget_nav_menu {
    		margin-top: 0 !important;
    	}
    }

    That should make your footer widgets (menus) not to stack on all screen, except extra small screens (480px and below).

    Hope it helps, Cheers!

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