• I’m not sure I’m putting this in the right place, but we’ll see! I’d like my post titles to have an outline or box around them, to kind of make them stand out more. Is there a plugin that will do that?

    TIA!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sounds like a job for a bit of CSS styling. I think a plugin would be overkill, if I understand what you’re asking correctly.

    Looking at the default Kubrick theme (depending on what theme you’re using, you may need to change the following), the post title is an h2 heading within a div with a class of ‘post’. So you could add the following to your style sheet:

    div.post h2 {
    border: 1px solid #333;
    }

    which would add a solid grey line around every h2 heading within each post. You just have to remember not use a h2 anywhere else in the post (unless you want another outlined heading, of course).

    There’s lots of information on CSS around if you need it.

    Hope that helps.

    Thread Starter JenRar

    (@jenrar)

    Oooh, thanks so much! I’m far from being a coder, but luckily, that’s exactly what my hubby does for a living. lol So I’ll show this to him and see if he can help me. ??

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Looking for a plugin that puts a box around my post titles’ is closed to new replies.