Hey @Max! I have a widget currently titled “Leah’s Test Widget” where I am trying to change the font size on each of the hover items: title, description, client. Do you have the CSS to be able to do that for each element?
Thank you!
Hey @Max! I have a widget currently titled “Leah’s Test Widget” where I am trying to change the font size on each of the hover items: title, description, client. Do you have the CSS to be able to do that for each element?
Thank you!
Hi there, @Quilla
Sure, here is the code:
.eapp-portfolio-project-look-overlay-name {
font-size:35px;
}
.eapp-portfolio-project-look-overlay-meta-item {
font-size: 25px;
}
.eapp-portfolio-project-look-overlay-description {
font-size: 20px;
}
Please try it out and let me know if it helped
Ya’ll are always the best!
Thank you so much for these!
You’re always welcome
@Max would you happen to have the CSS for the font when the Portfolio Pop Up is open?
Sure, here is the solution
.global-styles,
.eapp-portfolio-project-detailed-name {
font-size: 35px;
}
.global-styles,
.eapp-portfolio-project-detailed-description {
font-size: 25px;
}
.global-styles,
.eapp-portfolio-text-label-group-item {
font-size: 15px;
}