/*
 * Theme Name:  Once Child
 * Theme URI:   https://codesupply.co/themes/once/
 * Description: Once Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    once
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.post-author {
	display:none;
}
.entry-content a {
    text-decoration: underline;
}
.navbar-cart {
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
}

function my_excerpt_length($length){ return 210; } add_filter(‘excerpt_length’, ‘my_excerpt_length’);