Caption Styling

Home Forums Jevelin Theme Caption Styling

Home Forums Jevelin Theme Caption Styling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • rachelmball
    Participant

    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

    rachelmball
    Participant

    The captions can be seen here (on the second photo): http://freshplanetflavor.com/blueberry-almond-scones/

     

    Attachments:
    You must be logged in to view attached files.

    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;
    }

    rachelmball
    Participant

    This worked!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)