Is there a way to make post titles static?
-
I would like to make the titles of my post un-clickable.
Thank you!The blog I need help with is: (visible only to logged in users)
-
Hi!
I’m afraid that is not possible. It’s coded into some files that aren’t changeable at WordPress.com. Can you let me know what you were looking to achieve with this/why you want the post titles to be unclickable? Perhaps there’s a way to achieve it in a roundabout way!
-
Okay.
I just really don’t like the way a Title looks when the cursor goes over it and it changes color as if you can click it like a link and it will take you somewhere else… -
Thanks for clarifying! We can remove the change in colors that happens when you hover over the title of the post using the following bit of CSS:
h1.entry-title a:hover { color: #2D2D2D; }Can you try placing that under Appearance -> Customize -> CSS? That should remove the color change on post titles.
-
Yaay it worked! thank you:)
But there’s just no way you can keep it from being clicked, huh? -
-
- The topic ‘Is there a way to make post titles static?’ is closed to new replies.