Home / Admin / List Styling
Duplicate Snippet

Embed Snippet on Your Site

List Styling

Custom list styling

<10
Code Preview
css
.wpb_wrapper ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -22px;
    font-weight: 300;
}
.wpb_wrapper ul {    
    list-style-type: none;
    margin-left: 20px;
}
.l-footer .wpb_wrapper ul li:before {    
    content: none;
}
.l-footer .wpb_wrapper ul {    
    margin-left: initial;
}
.widget_meta ul li, .widget_pages ul li, .widget_archive ul li, .widget_categories ul li, .widget_recent_entries ul li, .l-footer .widget_nav_menu ul li {
    padding-left: 0;
}
.widget_meta ul li:before, .widget_pages ul li:before, .widget_archive ul li:before, .widget_categories ul li:before, .widget_recent_entries ul li:before, .l-footer .widget_nav_menu ul li:before {
    display: none;
}
@media screen and (max-width: 768px) {
	.wpb_wrapper, .w-socials-list {
        text-align: center;
    }
	.l-footer .layout_ver .widget_nav_menu ul li {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

Comments

Add a Comment