Tagged: x
-
AuthorPosts
-
March 22, 2017 at 7:12 am #1416134
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!
March 22, 2017 at 12:18 pm #1416508Hi 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 🙂
-
AuthorPosts