Hello,
I have added the ul class gkBullet3 to a clean page and only the default ul class is displaying.
Is this a conflict? (my site is currently in DEV.)
Kind regards
Drew
.itemBody > ul.gkBullet3 li:before {
color: #f1c40f;
content: "\f006";
}
Cyberek wrote:Please edit: /templates/gk_john/css/override.css and add at its end:
- Code: Select all
.itemBody > ul.gkBullet3 li:before {
color: #f1c40f;
content: "\f006";
}
Remember to enable "CSS override" in template settings - advanced section.
.itemBody ul.gkBullet3 li:before {
color: #f1c40f;
content: "\f006";
}