- This topic has 1 reply, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Donation Theme team page
http://www.mysfirm.com/100BMLV/board-members/
Is there a way to have the linkedIn logos active (not rollover only)
And linkedIn icons larger?
Hi,
Kindly go to Appearance » Theme Options » Basic Settings » Custom CSS and paste below code there:
.team-thumb .social-icons {
opacity: 1 !important;
bottom: 20px !important;
transform: unset !important;
}
.team-thumb .social-icons a:link, .team-thumb .social-icons a:visited {
font-size: 18px !important;
background-color: #12141b !important;
padding: 4px 5px !important;
line-height: 30px !important;
}
Regards,
Shri