.site-info, .footer-bottom, .site-footer-bottom { display: none !important; }
/* Living in Queendom footer style */ .site-footer, #site-footer, .footer-area { background-color: #faf6f0 !important; /* warm cream */ color: #2b2b2b !important; /* deep charcoal text */ } .site-footer a, #site-footer a { color: #b8860b !important; /* soft gold links */ }
/* UNIVERSAL AUTHOR REMOVAL — removes author from ALL locations */ /* Common author classes */ .post-author, .byline, .author, .vcard, .meta-author, .posted-by, .entry-author { display: none !important; } /* Remove "By [Name]" text even if no class is present */ span[class*="author"], div[class*="author"], p[class*="author"] { display: none !important; } /* Remove author inside post meta blocks */ .post-meta .author, .post-meta .byline, .post-meta span.author, .entry-meta .author, .entry-meta .byline, .entry-meta span.author { display: none !important; } /* Remove author from bottom navigation/footer */ .post-navigation .author, .post-navigation .byline, .nav-links .author, .nav-links .byline { display: none !important; } /* Remove author from related posts */ .related-posts .author, .related-posts .byline, .related-posts span.author { display: none !important; } /* Remove author from archive/category pages */ .archive .author, .archive .byline, .archive span.author { display: none !important; } /* Remove author from blog/home loops */ .blog .author, .blog .byline, .blog span.author, .home .author, .home .byline, .home span.author { display: none !important; } /* Remove any leftover "posted by" text */ [class*="posted-by"], span.posted-by, div.posted-by { display: none !important; }
/* Make the site title 18px on all devices */ .site-title, .site-title a, .logo-text, .site-branding .site-title, .site-branding .site-title a, .site-title-text { font-size: 18px !important; line-height: 1.1 !important; white-space: nowrap !important; /* keeps it on one line */ }
.single .post-tags, .single .tags-links, .single .entry-meta .tags, .single .entry-footer .tags, .single .tag-links { display: none !important; }
.single-post .comments-area, .single-post .comment-respond, .single-post .comment-form, .single-post #commentform, .single-post .post-comments, .single-post .post-comment, .single-post .comments-wrapper, .single-post .comments-box, .single-post .comments-container { display: none !important; }
