/*
 Theme Name:   Neve Child
 Template:     neve
 Description:  Child theme for MyTheme
 Version:      1.0.0
*/

/* Hide default Neve footer credit */
.builder-item--footer > div > p {
    display: none;
}

/* Style the new custom footer text */
.custom-footer-credit {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}
