Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416134

    David vb
    Participant

    Hi X Team,

    I am trying to make a custom footer and all you awsome replies to forum questions gave me almost all the answers i needed to create it myself. Only there is one thing that i could not find.

    I want to narrow the spacing between the different pages in the menu so it matches the social media menu beside it.

    On the prinscreen i made an example of what i want to do: http://prntscr.com/en279y

    Here is a link to the website: https://merkeninbeweging.nl/wat-we-doen/

    Second question: is it possible to replace the arrows in the footer menu with the same arrows of the social media menu ( > ). If not, no problem :).

    Tnx for the help!

    #1416508

    Thai
    Moderator

    Hi There,

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

    .x-colophon .widget_nav_menu a {
        padding: 0;
    }
    .widget_nav_menu ul li a:before, 
    .widget_meta ul li a:before, 
    .widget_pages ul li a:before {
        content: '>';
        color: #fff;
    }

    Hope it helps 🙂