I installed the template using quickstart, but I did not find any "key feature" module icon. I mean the ones "INNOVATIVE DESIGN" "AWARD-WINNING AGENCY" etc. (rocket, badge, mouse etc.). I can only see the module divided in 4 with text and mousehover orange effect.
How can I use those icons (eventually other custom icons)? I know they are in /templates/gk_startup/images/style1/gk_badge.png, but I did not understand how can I put them in the module and make them appear.
I tried to compare with the help of element inspect, the code of my template with the one of the demo page and it seems to me that something is missing... I could see "<span>rocket</span>" in demo, that seems to contain the css that sets the image act like it should, but it's missing in my template (or I think so...)
I aldo tried to put in override the following (taken from demo page)
- Code: Select all
.gkBadge > span {
background-image: url('/templates/gk_startup/images/style1/gk_badge.png');
}
.gkBadge > span {
background: transparent url('/templates/gk_startup/images/style1/gk_badge.png') no-repeat 0 0;
}
But it seems not working...
Thanks for your help