Home › Forums › Themes Support › Gecko › Icons for site
- This topic has 9 replies, 2 voices, and was last updated 6 years ago by
Cairs_nic.
-
AuthorPosts
-
-
March 9, 2019 at 3:55 am #29537
Hi,
Do you offer a selection of image icons that can be used on my site? Icons like: a thunder bolt, a cross, a stick figure human etc. Thanks.
-
March 9, 2019 at 7:58 am #29541
Hi,
Our theme support these icons https://www.pixeden.com/icon-fonts/stroke-7-icon-font-set and https://fontawesome.com/v4.7.0/icons/ Please let me know which icon you choose. I will give you code to do.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 12, 2019 at 4:50 am #29619
Thanks for the options. I prefer the icons of Font Awesome.
-
March 12, 2019 at 11:04 am #29631
Hi Cairs,
Please check link https://fontawesome.com/v4.7.0/icons/ and click on the icon you want to use https://fontawesome.com/v4.7.0/icon/battery-three-quarters and copy code http://prntscr.com/mwm9ry
Example:
<i class="fa fa-battery-three-quarters" aria-hidden="true"></i> Battery Icon
Battery Icon
to where you want to show
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 13, 2019 at 5:36 am #29672
Thanks I will do that.
-
March 13, 2019 at 6:47 am #29674
Is there a way to make the icons larger? Thanks.
-
March 13, 2019 at 9:12 am #29678
Hi Cairs,
Please change code to
<i class="fa fa-child" aria-hidden="true" style="font-size: 20px;"></i>
add the code
style="font-size: 20px;"
to the icon code
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 15, 2019 at 3:34 am #29701
Great thanks. Is there a way to change the color of them as well? Thanks.
-
March 15, 2019 at 9:33 am #29706
Hi Cairs,
Please change code to
<i class="fa fa-child" aria-hidden="true" style="font-size: 20px; color: #59bf00"></i>
and change color as your.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 19, 2019 at 10:23 pm #29754
Thanks!
-
-
AuthorPosts
You must be logged in to reply to this topic.