How to add a simple line between news in column?
Thanks.
.yoursuffix .nspArt { border-top: 1px solid #e5e5e5 !important;}
.yoursuffix .nspArt:first-child { border-top: none !important; }
Konrad M wrote:Try add own suffix to nsp module and then add to override.css
- Code: Select all
.yoursuffix .nspArt { border-top: 1px solid #e5e5e5 !important;}
.yoursuffix .nspArt:first-child { border-top: none !important; }
and change border color value to one you wish. Remember to enable override.css option in template settings.