Changing font size in the project preview

Changing font size in the project preview

2 Likes

Hey there, @Mathilda_Caro :waving_hand:

Great idea, thanks for sharing! We’ll try to consider this as an option in the settings, especially if more users support this request.

As for now, you can change the font size of the project name, category, description and details using this code in the Custom CSS field on the Style tab of your widget’s settings :slightly_smiling_face:

.eapp-portfolio-project-look-card-name {
  font-size: 20px;
}

.eapp-portfolio-project-look-card-meta-item {
  font-size: 12px;
}

.eapp-portfolio-project-look-card-description {
  font-size: 15px;
}
2 Likes

this code not work. why?

2 Likes

Hi there, @Hyme_Pang :waving_hand:

Thanks for the note!

The code above works for the 2nd project style. You’re using a 3rd project style and this code will do the trick for you :slightly_smiling_face:

.eapp-portfolio-project-look-bottom-overlay-name {
  font-size: 30px;
}

.eapp-portfolio-project-look-bottom-overlay-description {
  font-size: 40px;
}
.eapp-portfolio-project-look-bottom-overlay-meta-item {
  font-size: 30px;
}
2 Likes

I am using the Photo Shoots style, but this code still doesn’t shrink the images.

Additionally, I sincerely suggest that you use thumbnail displays for popup images, with left and right sliding. Can you imagine the experience of scrolling down one by one when you have more than 30 images?

2 Likes

I am not quite sure what you mean under the Photo Shoot style, but in your Portfolio widget you’ve been using the 3rd style and the code suggested works fine there

As for the thumbnail display in the popup, I completely get your perspective and see you’ve already upvoted this idea - Display as Slideshow

We’ll keep it in mind and see for more votes from the Community :slightly_smiling_face:

1 Like