This topic has 6 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hello, in the area of the team members (photos of the two women) I do not want a hover effect – how do I get this away?
Also would I like to have a mail icon instead of a Facebook or Twitter icon? How can I get that?
Hello,
Could you please provide temporary wp-admin access in Private Content?
Regards
Ok:
Hello,
Oh I see, to remove the hover you may add this custom css code in Theme Options > Styling > Custom css:
.team-member:hover .member-image:before, .team-member .member-content .menu-social-icons {
display: none;
}
all available icons you may find in [8theme] Team member Settings – http://prntscr.com/ibb323
Regards
Ok, thanks!
There is no mail-icon – is it possible to change a twitter-icon into a mail-icon?
You’re welcome!
Yes, it is possible in xstore/framework/shortcodes/team-member.php file – http://prntscr.com/ibbk3w
(https://fontawesome.com/icons?d=gallery – https://fontawesome.com/icons/envelope?style=solid http://prntscr.com/ibbl3w)
Unfortunately, it will be needed to repeat the changes after each theme update, because of this can’t be done via child theme.
Regards
You must be logged in to reply to this topic.Log in/Sign up