When using: <ul class="gkBullet4"> on the gktabs, for some reason it adds some extra lines under it.
Is any way i can removed this?
thank you
ul.gkBullet4 li {
border: none;
}
mikeMB wrote:Please add this code to override.css file:
- Code: Select all
ul.gkBullet4 li {
border: none;
}