Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #567486

    I have a sidebar but would like to put a line in between each subject on the sidebar. Is this possible?

    #567532

    Hey Sally!

    Add this to your custom CSS.

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

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.