I want to add a horizontal line on home page feature article.
Thank you.
Hi cfnet21
You can try with this custom CSS:
.items-leading .leading { border-bottom: #ff0000 10px solid; } .blog-featured .items-leading article { margin-bottom: 10px; }
Thank you very much
saguaros