Cyberek wrote:2. Please edit: /templates/gk_creativity/css/override.css and add at its end:
- Code: Select all
.gkTeamOverlay > a:before {
color: #fff;
}
Now modify #fff to your liking.
Remember to enable "CSS override" in template settings - advanced section.
Hi i tried this code, but doesnt seem to work.
Just to make sure i explained it correctly, i need to change the hover over color of the social buttons over the team pictures. See attachment.
And then i asked how to put email icon in the place of google+ icon (same attached picture), and the code did not work either. Any ideas?
Cyberek wrote:3. Please edit: /templates/gk_creativity/css/override.css and add at its end:
- Code: Select all
.gkContactGplusIcon:before {
content: '\f003';
}
Remember to enable "CSS override" in template settings - advanced section.
Thank you!