• I used
    .page-title .meta-single li {
    display: none;
    border-bottom: none;
    }
    And hid the category name from top of the posts.

    But some white empty space and a border line is still left above the post title. How do I remove it?

    /

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey yuvrajranga,

    To Remove the white space and border add below css code into your additionals css from theme customizer.

    .page-title {
      border: none !important;
      padding: 0 !important;
    }

    Hope it will help you.
    Thank You.

    Thread Starter yuvrajranga

    (@yuvrajranga)

    Thankyou very much. It worked.

    Hi,

    I have removed the tags at the bottom of posts with this:
    .post-tags {display: none;}
    Is there another css code I could use to remove the space and border line that were part of the tags. You can see what I’m talking about here: https://aaagnostica.org/2018/12/09/5-ways-sobriety-changes-over-time/.
    Sure would be great if there was!
    Roger.

    Actually, it’s just the space that needs to go!

    Hi there,

    Is there another css code I could use to remove the space and border line that were part of the tags.

    Can you provide a screenshot?

    Thank you!

    Hiya,

    It is just the space after the posts that needs to be eliminated. It’s the space that contained the tags until I added this to the custom css: “.post-tags {display: none;}”. Here is a link to a screenshot of what it looks like now (I can’t paste it here):

    https://aaagnostica.org/wp-content/uploads/2018/12/Space.jpg

    See the space after the words 12 Secular Steps? That’s the end of the blog, and I added the horizontal line. Just want to get rid of the space easily! A custom css would be great.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove leftover space and border after hiding category name’ is closed to new replies.