Blog
Autor: Bjorn Andreassen
Besucht 1101,
Followers 1,
Geteilt 0
How do I get rid of the line that is merged with date?
See Attachment.
Gepostet am
How do I get rid of the line that is merged with date?
See Attachment.
Hello.Add this code:
<style>
.imBlogSeparator {
display: none;
}
</style>
The Expert tab in the properties of your blog page.
Autor
Thx!