• Resolved paulowd

    (@paulowd)


    Hi, can anyone help me remove the dashed line on my homepage post? I have removed the post author, date etc. but there is a tiny dashed line. Turning it white would be ok.

    Also I would like to remove the words HOMEPAGE and Home from this page also.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter paulowd

    (@paulowd)

    Oh, my site is owdscrat.com

    Hello paulowd,

    Do next, go to:

    Admin Dashboard -> Appearance -> Customize -> Styling -> Custom CSS
    

    & add next code:

    body.home .entry {
       border-bottom: 0 !important;
    }

    Best Regards

    What code do I need to eliminate those lines below the header AND body (above the footer widget area)… on all pages. I’ve removed all padding, to no avail.

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

The topic ‘Dashed line on post page’ is closed to new replies.