gknews staff configuration

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Sun Sep 28, 2014 12:57 pm
Hello,
I really like the way you introduce the staff in this template, but I would like to use it to show my events.
I have seen it depenns on gn news pro configuration, and you chose "speaker list" mode.

It would be possible changing the mouse-over effect?? in the speaker list mode, you show a card (which is related to staff-speaker) but instead of the card I would like to show a different awesome icon.

It would be possible? Do I have to change some CSS? Or is something much more hard to write?
(I am not a programmer)

Thanks in advance

Marco
User avatar
Junior Boarder

teitbite
Mon Sep 29, 2014 8:31 am
Hi

Try overwrite the css code with this:

Code: Select all
.gkNspPM-SpeakersList > figure > a:after {
font-family:"fontawsome";
content:"\ffffff"
}


just use the value for the icon You want.
User avatar
Moderator

GK User
Fri Oct 03, 2014 1:19 am
Hello,
thanks a lot for the reply... just to be sure:
Which is the CSS should I edit ?
When you say "value" you mean "ffffff" ?

Thanks in advance


teitbite wrote:Hi

Try overwrite the css code with this:

Code: Select all
.gkNspPM-SpeakersList > figure > a:after {
font-family:"fontawsome";
content:"\ffffff"
}


just use the value for the icon You want.
User avatar
Junior Boarder

teitbite
Sun Oct 05, 2014 9:35 am
Hi

Yes, value for a fontawsome icon. Put it into override.css and make sure override is enabled in joomla panel.
User avatar
Moderator

GK User
Tue Oct 14, 2014 3:24 pm
Hello,
I'm not being any successfull with it.

This is the code I wrote:
#gkNspPM-SpeakersList > figure > a:after {
font-family:"fontawsome";
content:"\fa-scissors"
}
User avatar
Junior Boarder

teitbite
Thu Oct 16, 2014 1:20 pm
Hi

If it's about scissors than this code should work:

Code: Select all
.gkNspPM-SpeakersList > figure > a:after {
font-family:"fontawsome";
content:"\f0c4"
}


You may need to update fontawsome to the latest version.
User avatar
Moderator


cron