Hello, I am working on removing all CSS code now that I have switched to PRO. When removing the line of code below, which removes the line at the top of the blog page. It still showed the line, so I put the code back, and now the line is still there and the code is not working. I essentially do not want the line at the top of the blog post.
/Remove Line at top of Blog Page/
.blog .x-main .hentry:first-child {
border-top: 0 !important;
}