Icons?

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Sun Nov 17, 2013 1:08 pm
Hi guys,

Just a quick one please, I can't seem to find an available list of icons which I can use instead of the ones provided?

(I.e: icon-signal dark, icon-laptop etc). Is there any other choices pre-built in or do i need to find my own icons to replace these?


Many thanks once more :D
User avatar
Fresh Boarder

GK User
Sun Nov 17, 2013 2:45 pm
They are fontAwesome, and you can find list of css "content" types here:
http://astronautweb.co/snippet/font-awesome/

They are added with css this way:
Code: Select all
.icon-laptop:before {
content: "\f109";
}


You can use file override.css (inside css folder of your theme) to override those 4 icons:
Code: Select all
.icon-laptop:before {
content: "\f109";
}
.icon-signal:before {
content: "\f012";
}
.icon-medkit:before {
content: "\f0fa";
}
.icon-envelope:before {
content: "\f0e0";
}


Just change content code to your liking (from the list in first link), and enable use of override.css in theme settings panel.
User avatar
Moderator

GK User
Sun Nov 17, 2013 2:46 pm
Thanks very much, that's perfect! :)
User avatar
Fresh Boarder

GK User
Sun Nov 17, 2013 2:54 pm
No problem.
If You will have any other questions, feel free to post new forum threads. It helps us answer your question faster.
User avatar
Moderator


cron