I need to be able to remove the light grey 16 px high bar in order to reduce the space between between the heading text.
I am using K2 v2.61
Any idea on how to do this?:
Seichinha wrote:Hi
Please show me your website.
#k2Container.itemView ul {padding: 0 }
#k2Container.itemView ul li:first-child {padding-left: 12px}
#k2Container.itemView ul li {padding: 8px 0}