How can I increase the font size of the text under the a selected Instagram image in the footer Instagram widget
Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
.mfp-title, .mfp-counter {
font-size:16px !important;
}
Best regards,
Rikard
That didn’t work. I am talking about in the footer, when you click on an instagram image, the text that is below the image.
Hi,
Yes, the text which is under the image when it’s open in a lightbox? That the text the CSS will target. Did you remove the CSS again?
Please try this instead:
.mfp-title, .mfp-counter {
font-size:16px !important;
}
Best regards,
Rikard
Thanks!!