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

    I wanted to create a thin border around my post title, change size and center text. I hope this tip helps others who are looking for this type of thing:

    Place below in Quick CSS

    h1.post-title.entry-title {
    font-size: 35px!important;
    text-align: center;
    padding: 25px 50px;
    border:1px solid #000;
    }

    #388362

    Hi staciejensen!

    Thanks for sharing. Let us know if you have any other questions.

    Best regards,
    Elliott

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