Home › Forums › Jevelin Theme › Caption Styling
Home › Forums › Jevelin Theme › Caption Styling
The captions of images are showing as centered even when I align them left, and they’re almost (if not exactly) the same size font as the body text. How can I get the captions to show as aligned left, and a smaller size font?
Hi @rachelmball,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying and also share the screenshot from admin area where you are configuring it so that i can help you to achieve it?
Best regards,
Shufflehound team
The captions can be seen here (on the second photo): http://freshplanetflavor.com/blueberry-almond-scones/
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
figcaption.wp-caption-text {
text-align: left;
font-size: 12px;
}
This worked!
You are most welcome here 🙂