Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1422293

    RozBeste
    Participant

    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.

    #1422295

    RozBeste
    Participant
    This reply has been marked as private.
    #1422468

    RozBeste
    Participant

    I’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.

    #1422615

    Prasant Rai
    Moderator

    Hello 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.

    #1423835

    RozBeste
    Participant

    That works perfectly. thanks.

    #1423918

    Rahul
    Moderator

    You are Welcome.

    Thank you for choosing X.

    Cheers!