Hey! Loving the widget. Coding noob here. Just seeing how to call the “Location” and other “contact” text within custom CSS. (I’m wanting to change the font size and weighting).
Cheers!
Cam
Hey! Loving the widget. Coding noob here. Just seeing how to call the “Location” and other “contact” text within custom CSS. (I’m wanting to change the font size and weighting).
Cheers!
Cam
Hey @Cam_JustSo.Creative , welcome to the community!
Could you please try this CSS code and let me know if it worked?
.eapp-team-showcase-member-card-info-component > div:not([class*="eapp-team-showcase-member-card-info-"]),
.eapp-team-showcase-member-card-info-component > a {
font-weight: bold;
font-size: 18px;
line-height: 1;
}
You’re a genius!
I’m happy my solution worked!
Feel free to drop by if you have any more questions, we’re always delighted to help!