THE KEY FEATURES

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 27, 2013 2:06 pm
Reply with quote
Report this post
Hi,

how can I change the images into THE KEY FEATURES (for example "Innovative design")?

Thanks
User avatar
Junior Boarder

GK User
Thu Mar 28, 2013 9:34 am
Reply with quote
Report this post
You only need to change the name of the module, please go to module manager and find this position >> http://d.pr/i/Z3En
User avatar
Platinum Boarder

Konrad M
Thu Mar 28, 2013 9:34 am
Reply with quote
Report this post
Hi,
if you check style1.css you will find:
Code: Select all
.gkRocket > span {
    background-image: url("../images/style1/gk_rocket.png");
}
.gkBadge > span {
    background-image: url("../images/style1/gk_badge.png");
}
.gkMouse > span {
    background-image: url("../images/style1/gk_mouse.png");
}
.gkPiggy > span {
    background-image: url("../images/style1/gk_piggy.png");
}
.gkRocket:hover > span {
    background-image: url("../images/style1/gk_rocket.png");
}
.gkBadge:hover > span {
    background-image: url("../images/style1/gk_badge.png");
}
.gkMouse:hover > span {
    background-image: url("../images/style1/gk_mouse.png");
}
.gkPiggy:hover > span {
    background-image: url("../images/style1/gk_piggy.png");
}

so all images you will find in images/style1/ inside template folder. The easest way to change image is override it by your own.
User avatar

GK User
Thu Mar 28, 2013 2:00 pm
Reply with quote
Report this post
All right!
Thanks
User avatar
Junior Boarder


cron