reducing font size of header in post page
-
Hi could you tell me how to reduce the header font size in the post page?
The blog I need help with is: (visible only to logged in users)
-
I’m not sure what you mean by “header” and “post page”: I assume you mean the post title on the single post view (since that’s the one that’s too large). If so, add this and decrease the value:
.single .site-content .entry-title { font-size: 44px; }
- The topic ‘reducing font size of header in post page’ is closed to new replies.