Hi,
Thanks for all the help!
When i added the team member the rollover color behind logos changes to white, can i change the color on rollover to another color?
Sorry one more thing , can the icons that appear when rollover color be changed?
Hi,
Could you post a link to where we can see the results you are getting please?
Best regards,
Rikard
HI, Thanks.
See http://huntpr.co.za/#work . Images above “LOUISE HUNT”, “MBALI MPOFU” and “KEREN KINSEY”
Hi,
Thanks for that. This is the default CSS being applied:
.avia-team-member .team-social {
background: rgba(255,255,255,0.7);
}
Please try changing that to the rgba value (255,255,255) and opacity (0.7) to your choice.
Best regards,
Rikard
Amazing thank you, Sorry 1 more thing…. Can you change social icon background and icon colors?
Hi,
Please try this CSS as well:
.team-social a {
background: black;
}
.team-social a::before {
color: yellow;
}
Best regards,
Rikard
Sorry one other thing.
Can the names go onto the actual pictures and appear when rolled over?
The icon color change worked perfectly thank you!
Hi,
It would require extensive editing to achieve that unfortunately, it would be considered out of scope of theme support :/
Best regards,
Rikard
Thanks! Is it wise to make these type of changes with a developer? Im worried that Enfold updates and wordpress updates may affect?