Change font size of the Portfolio elements

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!

2 Likes

Hi there, @Quilla :wave:

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 :slightly_smiling_face:

1 Like