Graduate cap on home page

GK User
Thu Nov 20, 2014 9:10 am
There's a graduation cap icon on the front page where the form section is. Where can this image be changed?
User avatar
Junior Boarder

GK User
Sat Nov 22, 2014 12:29 pm
Hi, any suggestions?
User avatar
Junior Boarder

teitbite
Sat Nov 22, 2014 1:20 pm
Hi

Those are our prepared fonts "university-pixellove", You can easily replace it with http://fortawesome.github.io/Font-Awesome/icons/ just by using a different class in html.
User avatar
Moderator

GK User
Thu Oct 01, 2015 4:35 pm
Any example on how to do this?

Thanks.
User avatar
Fresh Boarder

teitbite
Wed Oct 07, 2015 7:58 am
Hi

You can find an instruction there. In short You need to do this:

1. Add to /layout/blocks/head.php

Code: Select all
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">


2. In Custom HTML with this icon just add a class to <strong>

Code: Select all
<strong class="fa fa-bars">Get info based on<br> your study lavel</strong>



class="fa fa-bars" is what will make fontawsome force to use their icons.
User avatar
Moderator


cron