Changing font size in the project preview
Hey there, @Mathilda_Caro ![]()
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 ![]()
.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;
}
this code not work. why?
Hi there, @Hyme_Pang ![]()
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 ![]()
.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;
}
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?
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 ![]()