Post title size change
-
I’m playing around using Jetpack CSS custom and I succeeded in enlarging both post body size fonts and post title size fonts.
But the post title size is enlarged only when I am in home page, when I click on the post title to visit the actual page the post title size doesn’t enlarge. How could I change it?
Home page: https://lnx.sinapsi.org/wordpress/ (title size 36px)
Post page: https://lnx.sinapsi.org/wordpress/2015/12/28/ape-sulla-margherita/ (title size smaller, I’d like 36px as well))Here the customized CSS I put in:
.entry-title a { color: #dd9933; font-size: 36px; } h1 { color: #dd9933; font-size: 36px; } .entry-content { font-size: 20px; } .site { margin: 0 auto; max-width: 960px; max-width: 80.571428571rem; overflow: hidden; /* original max-width: 68.571428571rem; */ } .site-content { float: left; width: 66.104166667%; /* original width: 65.104166667%; */ } .widget-area { float: right; width: 30.041666667%; /* original width: 26.041666667%; */
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Post title size change’ is closed to new replies.