Following a few other threads, I added the following to my CSS:
.hr{background-image:none !important;}
#top .post-title.big_title {
background: none transparent;
}
#top .post-title.big_title {
padding-bottom: 20px;
}
.hr {
padding: 10px 0;
}
The spacing between the posts is fine, but the lightning bolt is still there. If I only put in the ".hr{background-image:none !important;}
" code then the lightning bolt goes away. When I added the additional code it came back.
Thanks in advance.














