I like to keep the original look of the quickstart home page ie as the screenshot shows below .However, what I actually get is shown in the 2nd screenshot.
What can I do to get back the original quickstart layout ?
I like to keep the original look of the quickstart home page ie as the screenshot shows below .However, what I actually get is shown in the 2nd screenshot.
What can I do to get back the original quickstart layout ?
Thank you
Which template do I edit so that I can change the icons
Are these special animated gifs from GK ?
So if I have to change I need to replace them with the same size of another animated gif ?
Hi jamarrett
That icons are font-awesome icons and they are loaded trough a css file /templates/gk_cloudhost/css/font-awesome3.css
HERE you can find a list of all icons available
If you indeed want to upload and show your own icon then you will need to apply a custom css code to the file font-awesome3.css
Let's say you want to change your image at the same place of the envelope icon then edit file at line 134
.icon-envelope:before {
content: "\f0e0";
}
change that line in
.icon-envelope:before {
content: "url(image.jpg)";
}
where url image.jpg will be the path for your own icon image
Hope that helps
Regards