Tagged: x
-
AuthorPosts
-
March 27, 2017 at 6:01 pm #1422293
How do you reduce the spacing between items in the footer widget? I’ve tried this in the additional css. But it is not working
.x-colophon.top {
background-color: #303043;
color:#dfdfe9;
padding:0px !important;
margin:0px !important;
line-height:12px !important;
}Also, how to you remove the triangle arrow icon before each item in the list.
March 27, 2017 at 6:01 pm #1422295This reply has been marked as private.March 27, 2017 at 7:57 pm #1422468I’ve managed to fix the line spacing (It was just being slow to appear) as follows:
.widget_nav_menu li a {
border: medium none !important;
box-shadow: none !important;
padding:0px !important;
margin:0px !important;
line-height:20px !important;
}However, I still don’t know how to move to triangle icon thingy at the beginning of each line. Thanks.
March 28, 2017 at 12:47 am #1422615Hello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.widget_nav_menu ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before{display:none;}
Thanks.
March 29, 2017 at 1:20 am #1423835That works perfectly. thanks.
March 29, 2017 at 3:38 am #1423918You are Welcome.
Thank you for choosing X.
Cheers!
-
AuthorPosts