Social Media Rollovers

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jun 13, 2013 11:15 pm
Reply with quote
Report this post
Where can I manage (show/hide) social media icons in the About section?
User avatar
Fresh Boarder

GK User
Fri Jun 14, 2013 12:15 am
Reply with quote
Report this post
You can hide them using following css codes in css/override.css located in template folder and enable css override option in template settings > advanced settings > css override "on".

To hide use any one of the css codes for each social media type. This will hide them for all team members.

Code: Select all
.gkTeamOverlay a[data-type="fb"] { display: none;}
.gkTeamOverlay a[data-type="twitter"] { display: none;}
.gkTeamOverlay a[data-type="gplus"] { display: none;}


If you want to hide for a selection of team members give me a link to your website once it is finished as I need to see id of each team members.

See you around...
User avatar
Platinum Boarder


cron