Site logo

Archived topic

Customize Sidebar Post Titles

6 replies · Started by Accounts Payable on May 8, 2018

Viewing posts 1–7 of 7

Hi Tom or Leo.

I can't seem to find this topic addressed anywhere. AM trying to customize the post titles in my sidebar. Just need the class name so I can play with some CSS customizing.

1) Have tried "widget-title", but that's for the actual widget title & has no effect on the article-title listings.

2) Would like to increase the padding between the post titles, maybe even...

3) Add a divider line between them.

Would you advise please.

As always, thank you.

Brigitta

Hi there,

Any chance you can link me to the page in question?

You can edit the original topic and use the private URL field.

Let me know :)

Hi Leo!

How do I edit the topic?

I figured it out. Sent to you. :)

Try this CSS:

div:not(.entry-content) .widget ul li {
    padding-bottom: 15px;
}
.sidebar .widget a {
    border-bottom: 1px solid #000;
}

Thank you Leo! Works great. :)

No problem :)

This archived topic is closed to new replies.