• Resolved monchocho

    (@monchocho)


    There’s a grey <hr> right where my post ends and I would like to know if there’s any way to remove it? Thank you in advance!

    See screenshot here: http://imgur.com/InbuFkf

    Site is currently under construction which is why I can’t link to it.

    And is there any way to round the post body corner? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    You can remove the hr tag with this:

    .single-footer {
      display: none;
    }

    And this for the rounded corners:

    #content .single-article article {
      border-radius: 5%;
    }

    Just paste those in your custom css box in theme options > custom css.
    Hope that helps!

    Hannah

    Thread Starter monchocho

    (@monchocho)

    Thank you for the quick response! Both worked great 🙂 Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing HR from Blog Post round corners?’ is closed to new replies.