Home / Widgets / CSS de base
Duplicate Snippet

Embed Snippet on Your Site

CSS de base

Code Preview
css
p, h1, h2, h3, h4, h5, h6 {
    margin-block-start: 0!important;
    margin-block-end: 0;
}
ul {
    margin: 0;
    padding: 0 0 15px 15px;
}
.elementor-widget-text-editor a, .elementor-widget-theme-post-content a{
    color: inherit;
    text-decoration: underline;
}

Comments

Add a Comment