Changing blog post titles.
-
Is it possible to center my blog posts titles and make them smaller?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can make the blog post titles smaller using the following CSS:
.entry-header h1 a { font-size: 20px; }Just input that under Appearance -> Customize -> CSS and adjust the “20” value. As for centering the titles, I’m going to direct you to our CSS customization forum here:
https://en.forums.wordpress.com/forum/css-customization
We have some gurus there that will be able to help you center your titles without also interfering with your mobile layout!
-
Thanks! I do have one more question. Is there a way to hide the tags that show at the bottom of my posts? I was able to hide them with Blogger, but was not sure if that was something I could do with WP?
Thanks!
-
Hi!
Can you try adding this to the CSS and see if it achieves the look you’re going for?
.entry-meta { display: none; } -
It does. However, it also takes away the date and comments tabs that are located to the left of each entry :(
Miranda
-
-
That works! I also have one last question. I noticed that some of my “Continue Reading” page breaks are centered and some are not. I have gone into the individual posts and centered them the only way I know how, but they still show some left aligned. I just want to make sure I am not missing something. LOL
Thanks!
-
The More tag that creates the “Continue Reading” is centered within some of your posts, but not within others.
For example, in “New In. Scarf Play”, you’ll see the following in the Text Editor:
<p style="text-align: center;"><!--more--></p>Meanwhile, in your other post “My Style. Moto Maven”, you’ll see this (no center):
<!--more-->To create the centered look, you’ll need to replace the latter with the former. Please note, to do this, you will want to be in the Text Editor, not the Visual Editor. Can you give that a try?
-
-
- The topic ‘Changing blog post titles.’ is closed to new replies.