Search code examples
htmlbloggerblogspot

Blogspot remove black line above posts


Super-amatuer coder trying to create a perfect wedding blogsite. I've been pointed in the direction of this forum from here https://productforums.google.com/forum/?utm_medium=email&utm_source=footer#!msg/blogger/XoinQAtTfOk/8Zw0SsX8AAAJ

I've removed post/page titles on my blog, but it's left a short horizontal black line still. Is there a way to remove this?

I used the following html code to remove the titles:

.post h3 {display:none !important;}

The URL is https://chrisandruthgetweddytorumble.blogspot.com/ for anyone that wants to take a closer look.

Thanks!


Solution

  • You can inspect the page to find the code. For example, in Chrome if you right-click and select "inspect" code will appear in the right side. When I select that shot line, I see "::before:". So, however blogspot removes that would solve your problem.enter image description here