caption styling
We have images with multiple lines of captions using <br/> to break the lines.
Is it possible to style the first line of each caption so the text is larger?
I've tried using <span> tags to style the first line but had no success.
You can see an example here
https://alanberliner.com/think-like-a-filmmaker-photos/
Thank you.
Comments
Hi,
The idea with <span> tag is a good direction.
You only need to style it with a custom CSS code.
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Works perfectly. Thank you!