Forums

Looking for a plugin that puts a box around my post titles (3 posts)

  1. JenRar
    Member
    Posted 4 years ago #

    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!

  2. escdotdot
    Member
    Posted 4 years ago #

    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.

  3. JenRar
    Member
    Posted 4 years ago #

    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!

Topic Closed

This topic has been closed to new replies.

About this Topic