• my blog has a bunch of music categories in the menu. in each category i make posts featuring artists of that genre. my problem is there is no border between my posts, so it’s hard to tell them apart. You will see that only my ‘Category Sticky’ posts have that nice dark border that Im looking for to separate my posts. I’m just new to WP and know nothing about code, so if you are going to suggest please explain in the most basic way possible. I’m really hoping its just something in my edit features. Thank you for any help anyone can provide!!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • go to Appearance > Customize > Additional CSS and paste this code:

    .hentry {border-bottom: 1px solid black;}

    Thread Starter hoatie

    (@hoatie)

    Yikes! I’ve never done this before but it seems like something I better start to learn about so I’ve opened Additional CSS and see all the code on the left, but not sure what to do. Where is it that I should paste .hentry {border-bottom: 1px solid black;} ? thanks for your help!

    If there is already code in there, the create a new line and paste the code I sent you.

    If it causes a problem, you can delete the code you pasted, but make sure to leave other code if it was already there.

    Thread Starter hoatie

    (@hoatie)

    My man! thanks so much! looks waay better. Is it not a bit strange that WordPress doesnt automatically have this built in? seems like something a lot of blogger would need. thx again

    When you get a theme, it has all the formats built in. In your case, you wanted something different than the theme developer intended so you had to customize it.

    Some themes allow you to do this, but most don’t.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘breaks between pages’ is closed to new replies.