Hi guys,
I would like the separating dashed (dotted) line between catalogue items to be a solid line. Can you provide me with some quick css?
Regards,
Jan
Hi graphicsplus!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-catalogue-list li {
border-bottom: 1px solid;
}
.av-catalogue-list {
border-top: 1px solid;
}
Regards,
Yigit
Thanks for your quick response. Works perfectly.