Home Forums Jevelin Theme Caption Styling Reply To: Caption Styling

Home Forums Jevelin Theme Caption Styling Reply To: Caption Styling

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