Change font weight of image title

Add this code to the Custom CSS field on the Style tab of your Photo Gallery widget’s settings:

.eapp-photo-gallery-info-title{
  font-weight:400;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face:

Hi @Max,
That’s just how it works for me.

.eapp-photo-gallery-photo-gallery-heading {
font-size: 25px;
font-weight: 600;
}
1 Like

Hi there, @Sina :wave:

Yeah, the code you’ve shared works for the widget title and this code is for the image title:

image

1 Like

Hi @Max,
oh I see.

1 Like