Startup Blog CSS Snippets
To customize Startup Blog with the CSS snippets below, please refer to our Custom CSS tutorial. If you can't find what you're looking for, stop by the Startup Blog support forum to ask for help.
Categories
Header
Site Title - Increase Font Size
.site-title { font-size: 28px; }
Increases the size of the site title. Further increase the "28px" value to make the title even larger.
Tagline - Increase Font Size
.tagline { font-size: 21px; }
Increases the size of the tagline. Further increase the "21px" value to make the tagline even larger.
Primary Menu - Increase Font Size
.menu-primary-items a, .menu-unset ul a { font-size: 18px; }
Increases the size of menu items in the Primary menu. Further increase the "18px" value to make the menu items even larger.
Posts/Pages
Featured Image - Hide
.singular .featured-image { display: none; }
Hides Featured Images on Posts and Pages.
Post Title - Increase Font Size
.post-title { font-size: 38px; }
Increases the size of the Post and Page titles. Further increase the "38px" value to make the titles even larger.
Post/Page Title - Change Color
.post-title, .post-title a, .post-title a:link, .post-title a:visited { color: #43b3c4; }
Changes the color of Post titles everywhere on the site.
Page Title - Hide
.singular-page .post-header { display: none; }
Hides Page titles.
Blog/Archives
Featured Image - Hide
.blog .featured-image, .archive .featured-image, .search .featured-image { display: none; }
Hides Featured Images on the Blog and archive pages.
Archive Header - Remove
.archive-header { display: none; }
The archive header is the text that shows at the top of archive pages (e.g. "Posts published in "cooking.")
To customize Startup Blog with the CSS snippets above, please refer to our Custom CSS tutorial.
If you can't find what you're looking for, stop by the Startup Blog support forum to ask for help.
If you need help with a more detailed customization, we recommend finding a reliable WordPress developer with Codeable.
Additional Resources
- Startup Blog WordPress Theme
Download a copy of the latest version of Startup Blog.
- Support forum
Ask questions and find existing solutions in the support forum.
- Changelog
Review recent and past updates to Startup Blog.
- Startup Blog on Github
Review Startup Blog's commit history and project files on Github.
- WordPress Resources
Check our recommended resources to find great plugins and solutions for your site.
- Codeable.io
We can help you with minor changes on your site, but if you need a highly customized version of Startup Blog, we recommend finding help through Codeable.
- WordPress Tutorials
We've published nearly 100 tutorials for using WordPress. Head over to the blog and search for any WP-related topic you need help with.
- Create Your Site
If you've never made a WordPress site before, follow along with our step-by-step guide for creating, customizing, and launching your first website.