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