wpcom-style.css 393 B

12345678910111213141516171819202122232425262728
  1. /**
  2. * WP.com stylesheet for Seedlet
  3. */
  4. /**
  5. * Hide page title on the homepage
  6. */
  7. .home.page.hide-homepage-title .entry-header {
  8. display: none;
  9. }
  10. .home.page.hide-homepage-title .entry-content {
  11. margin-top: 0;
  12. }
  13. /**
  14. * Fix Direct Manipulation icons in the Customizer
  15. */
  16. .cdm-icon svg {
  17. fill: #fff;
  18. }
  19. /**
  20. * Hide Footer Credit comma
  21. */
  22. .hide-footer-credit .comma {
  23. display: none;
  24. }