Not sure why, but the font here is very small. The blockquote is fine (and I see that Font option there in the Theme Typography option screen), but not sure how to edit the Name and Subtitle font sizes.
You may use the following Custom CSS Codes to accomplish these requests.
/*Resolves Testimonial Slider Title and Span Font Size*/
.light .testimonial_slider blockquote span.title, .light .testimonial_slider blockquote span {
font-size: 1em !important;
line-height: 1.2em;
}
/*Team Bio Font Fix*/
.nectar_team_member_overlay.open .team_member_details .team-desc{
font-size: 1.2em !important;
-webkit-font-smoothing: subpixel-antialiased;
}
/*Image Overlay Opcaity Increase*/
.team-member[data-style="bio_fullscreen"]:hover .team-member-overlay {
opacity: 0.7;
}
/*Bullet Text Font Color Fix*/
.main-content ul li{
-webkit-font-smoothing: subpixel-antialiased;
}
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard.
Please let me know if there are any more questions that I may answer for you.
Only follow-up is on the Testimonial Slider font. The SubTitle font was increased, but the name is still very small. How can I increase the name? Thanks.
I am having the same issue as @kreed4 below with the first paragraph text in my team bio modal. However, I inspected it and it appears that the first paragraph is not getting wrapped with <p> tags. It also doesn't add a gap between it and the next paragraph because of this (see attached). How can this be fixed?
Love this theme and the new update. Hoping for help with some small font issues I'm seeing:
Thanks,
Kevin
Hi there,
Thanks for contacting us regarding your query.
You may use the following Custom CSS Codes to accomplish these requests.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard.
Please let me know if there are any more questions that I may answer for you.
Cheers!
Thanks, Andrew.
Only follow-up is on the Testimonial Slider font. The SubTitle font was increased, but the name is still very small. How can I increase the name? Thanks.
I am having the same issue as @kreed4 below with the first paragraph text in my team bio modal. However, I inspected it and it appears that the first paragraph is not getting wrapped with <p> tags. It also doesn't add a gap between it and the next paragraph because of this (see attached). How can this be fixed?
Hey Again,
Sorry For Delay due to the (Ticksy | Support System) Update.
This is a known bug and will be sorted in the upcoming updates coming next week .
Best
ThemeNectar Support Team