Change the font size

I have a photo gallery and would like to change the font size to make it smaller,

How can I add CSS code to change the font size ?

Thank you

2 Likes

Hi @Francisco4 :wave: We are happy to see you with us! Welcome :tada:

If you want to change the font size of all widget elements, please add this code to the Custom CSS field on the Style tab and let me know if it helped:

.eapp-photo-gallery-photo-gallery-component * {
  font-size: 20px;
}

1 Like

Thank you very much this helped a lot !!

1 Like

Happy to hear that you are good now!

You are always welcome :raised_hands:

1 Like