Hi there,
I would like to increase the font size of the caption of an article photo. Do you know where I can find these settings?
bikkel Hi Open /css/custom.css file in template folder and add this code
.img_caption p.img_caption { font-size: 15px; }
Change the font size value as per needs.
Regards