@remar - if it goes to your question...
Basing on one of existing icons, for example:
templates/gk_startup/images/style1/gk_badge.png
templates/gk_startup/images/style1/gk_rocket.png
you need to create your own. Lets assume it is called gk_custom_icon.png and you place it in:
templates/gk_startup/images
folder.
Please edit: /templates/gk_startup/css/override.css and add at its end:
- Code: Select all
.gkCustomIcon > span {
background: transparent url('../images/gk_custom_icon.png') no-repeat 0 0
}
.gkCustomIcon > span {
background: transparent url('../images/gk_custom_icon.png') no-repeat 0 bottom
}
Remember to enable "CSS override" in template settings - advanced section.