themes-wordpress/seedlet/inc/wpcom-style.css
2021-01-08 16:23:09 +00:00

28 lines
393 B
CSS

/**
* WP.com stylesheet for Seedlet
*/
/**
* Hide page title on the homepage
*/
.home.page.hide-homepage-title .entry-header {
display: none;
}
.home.page.hide-homepage-title .entry-content {
margin-top: 0;
}
/**
* Fix Direct Manipulation icons in the Customizer
*/
.cdm-icon svg {
fill: #fff;
}
/**
* Hide Footer Credit comma
*/
.hide-footer-credit .comma {
display: none;
}