Line or separator in blog
Author: Joe H.
Visited 697,
Followers 1,
Shared 0
I've included 2 examples pretty much of the same thing. I would like to either remove or move that line I believe is on the blog card. In the previous question I was shown, to go to step 1, then to information, etc.
What is that line called (Separator, line, divider)?
Posted on the
This line can be changed here in WebSite X5 and with this code.
-----
WebSite X5 > 3 Sitemap > Blog: Main Page > Properties / Advanced
Before </HEAD> tag
<style>
.imBlogSeparator{margin:10px 0 10px 0;border-bottom:1px solid red}
</style>
-----
In the example above, the line is 1px thick and red.
If 0px is specified instead of 1px, then the line is invisible.
Author
Thank you!!!!!