Customize Post/Excerpt Background color and shape

  • CKW

    #2747

    Where Can I modify the shape and color of the post and excerpt background? Do I need a plugin? For example, I would like to eliminate the rounded top right corner.

    Thanks for any assistance.

    Anonymous

    #21758

    Try adding this to your child theme stylesheet or your custom css box in the admin options:

    .two-columns .post {
    border-top-right-radius: 0px;
    }

    CKW

    #21759

    Forgot to close this out. Thanks for the support.

    CKW

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.