Notebook Theme Custom CSS
-
I’ve been looking around for a while trying to find a way to change the font size of the page title in the homepage template with the Notebook theme. Various things like centring default page titles and whatnot through the CSS editor work fine but I can’t find one that works for the homepage template title. Any help would be very much appreciated.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use the following CSS to change the size of page/blog post titles site-wide:
.single .hentry .entry-header .entry-title,.page .hentry .entry-header .entry-title { font-size: 40px }I chose 40px at random since you did not mention a size you had in mind, but you can edit the code to make that any size you like.
Hope this helps!
- The topic ‘Notebook Theme Custom CSS’ is closed to new replies.