
I want to replace the social icons with link icon in the gk.team module/code. It is named in the template "Creativity" "about".
Thx for help and answers
Martina
Cyberek wrote:You have posted in Creative forum. Which template exactly are you referring to? Creative or Creativity?
Cyberek wrote:One more thing - 2.x or 3.x J version?
Cyberek wrote:I have moved your post.
With site on localhost I can't help much. There was some ideas on module modifications, replacing social icons etc here, please search Creativity subforum for threads on that topic. It should be there... Still without live site if you will have any problems - I can't help much.
.gkTeamOverlay a[data-type="fb"]:before {
content: "\f0c1";
}
Cyberek wrote:Please edit: /templates/gk_Creativity/css/override.css and add at its end:
- Code: Select all
.gkTeamOverlay a[data-type="fb"]:before {
content: "\f0c1";
}
Remember to enable "CSS override" in template settings - advanced section.
Cyberek wrote:Is there anything else I can help you with regarding this topic?