change ABOUT pictures and animation

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Feb 26, 2014 1:15 pm
Reply with quote
Report this post
Hi,

I would like to leave the color effect on the picture when the mouse is over it but with some little changes:
- insert a new icon of READ MORE meaning
- point it in the person's personal page
- disable LEARN MORE button (because it's just above).

Can I create a single page with all cards of the staff people and make sure that the mouse points directly to the selected tab? (as in HP with tabs #gkbottom1-3, ecc....)

Thank you very much for your help.
User avatar
Expert Boarder

teitbite
Wed Feb 26, 2014 9:34 pm
Reply with quote
Report this post
Hi

This module is a Custom HTML, so You can make any changes You like in the content. Remove the link at the bottom and set different links for the images. For icons You can use for example facebook css selector and use this code on override.css to make it show a different image:

Code: Select all
.gkTeamOverlay a[data-type="fb"]:before {
    content: "\111111";
}


Here are available icons along with their codes to use in the css: http://fortawesome.github.io/Font-Awesome/icons/

The extra page would need to be an article with link anchors so screen would stop in a place with person details, here is a small instruction about anchors: http://www.w3.org/TR/html401/struct/links.html
User avatar
Moderator

GK User
Thu Feb 27, 2014 1:48 pm
Reply with quote
Report this post
thank you very much. I will try and let you know!
User avatar
Expert Boarder

teitbite
Thu Feb 27, 2014 9:39 pm
Reply with quote
Report this post
Hi

Ok. I'll be waiting.
User avatar
Moderator


cron