
Targeting text elements in Redwood - CSS Selectors
This list of Redwood's text element CSS is in coordination with this article: How do I change my theme's fonts?
Below, we've noted nearly all of Redwood's text elements and how to target them with CSS in order to change their font-family.
If you're looking for a list of Redwood's text element CSS in order to just change font-size without using the Easy Google Fonts plugin, please reference this article instead: Targeting text elements in Redwood - Change font-size.
Should you have any questions regarding the below elements, want any clarification, or would like a hand adjusting the font of elements within Redwood, please don't hesitate to open up a new support ticket and let us know!
/* ----- GENERAL BODY TEXT ----- */ p,.post-entry,.post-entry p /* ----- TOP-BAR ----- */ /* Top-bar menu items */ #nav-wrapper .menu li a /* Top-bar search text */ #searchform input#s /* ----- SLIDER OVERLAY ----- */ /* Slider category */ .feat-overlay .cat a /* Slider post title */ .feat-overlay h2 a /* Slider read more button */ .feat-more /* ----- PROMO BOXES ----- */ /* Promo box title */ .promo-overlay h4 /* ----- POST HEADER ----- */ /* Post header title */ .post-header h2 a,.post-header h1 /* Post header category */ .post-header .cat a /* Post header date */ .post-date /* ----- POST & PAGE CONTENT ----- */ /* Theme's body text */ p,.post-entry,.post-entry p /* Post/Page blockquotes */ .post-entry blockquote p /* Post/Page numbered lists & bulletted lists */ .post-entry ul li,.post-entry ol li /* Post 'Continue Reading' button */ .more-link /* Post/Page H-tags */ .post-entry h1 .post-entry h2 .post-entry h3 .post-entry h4 .post-entry h5 .post-entry h6 /* ----- ARCHIVE PAGE ----- */ /* Browsing category, tag, etc. banner text */ .archive-box span /* Banner's category, tag, etc. title */ .archive-box h1 /* ----- POST & PAGE FOOTER ----- */ /* Post/page "By" text */ .post-share-box.share-author span /* Post/page footer author name */ .post-share-box.share-author a /* Post comment counter - number */ .post-share-box.share-comments a span /* Post comment counter - 'comments' text */ .post-share-box.share-comments a /* ----- AUTHOR BOX ----- */ /* Post author name */ .author-content h5 a /* Author bio text */ .author-content p /* ----- YOU MIGHT ALSO LIKE ----- */ /* Section's title */ .post-related .post-box-title /* Post titles */ .item-related h3 a /* Post date */ .item-related span.date /* ----- POST COMMENTS ----- */ /* Section's title */ .post-comments .post-box-title /* Leave a reply */ #respond h3 /* Name, email, website, etc. */ #respond label /* Post comment button */ #respond #submit /* Commentator's name */ .thecomment .comment-text span.author,.thecomment .comment-text span.author a /* Comment's date & time */ .thecomment .comment-text span.date /* Comment's text */ .comment-text p /* ----- HOMEPAGE POST PAGINATION ----- */ /* Homepage Older Posts/Newer Posts */ .pagination a /* ----- SIDEBAR WIDGETS ----- */ /* Widget titles */ .widget-title /* Latest posts widget post titles */ .widget ul.side-newsfeed li .side-item .side-item-text h4 a /* Latest posts widget date */ .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta /* WP's recent posts widget items */ .widget_recent_entries ul li a /* WP's archive widget items */ .widget_archive ul li a /* WP's category widget items */ .widget_categories ul li a /* About widget text */ .about-widget p /* About widget title text */ .about-title /* Newsletter widget headline */ .mc4wp-form label /* Newsletter widget button */ .mc4wp-form input[type=submit] /* ----- FOOTER AREA ----- */ /* Instagram widget title */ .instagram-title /* Footer social icon text */ #footer-social a span /* Footer copyright/disclaimer text */ #footer .copyright