Title: Default Subtitles
Last modified: October 4, 2019

---

# Default Subtitles

 *  Resolved [Jaime Rojas](https://wordpress.org/support/users/jaime-rojas/)
 * (@jaime-rojas)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/default-subtitles/)
 * Hello
 * First thank you for the development of this great plugin.
 * My query is to know if there is any way that subtitles in another language, are
   activated by default when you start playing the video, without having to activate
   it in the subtitle button.
 * I appreciate your attention to this request.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [wpvideogallery](https://wordpress.org/support/users/wpvideogallery/)
 * (@wpvideogallery)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/default-subtitles/#post-11999693)
 * Kindly refer [https://wordpress.org/support/topic/subtitles-8/#post-11333681](https://wordpress.org/support/topic/subtitles-8/#post-11333681)
 *  Thread Starter [Jaime Rojas](https://wordpress.org/support/users/jaime-rojas/)
 * (@jaime-rojas)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/default-subtitles/#post-12001311)
 * I work thanks, very good support, I will give 5 stars.
 * Can I take the opportunity to know if there is any CSS to change the font size
   in the subtitle?
 * Regards
 *  Plugin Contributor [wpvideogallery](https://wordpress.org/support/users/wpvideogallery/)
 * (@wpvideogallery)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/default-subtitles/#post-12001695)
 * Thanks for your feedback 🙂
 * Kindly try adding the following CSS code at the bottom of your theme’s **functions.
   php** file,
 *     ```
       function aiovg_custom_subtitle_styles() {
       ?>
       <style type="text/css">
       .mejs__captions-text,
       .mejs__captions-text * {
       font-size: 18px;
       }
       </style>
       <?php
       }
   
       add_action( 'aiovg_player_head', 'aiovg_custom_subtitle_styles' );
       ```
   
 * Hope, this solved your issue!
    -  This reply was modified 6 years, 7 months ago by [wpvideogallery](https://wordpress.org/support/users/wpvideogallery/).
 *  Thread Starter [Jaime Rojas](https://wordpress.org/support/users/jaime-rojas/)
 * (@jaime-rojas)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/default-subtitles/#post-12006931)
 * Like a lulo
    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Default Subtitles’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-video-gallery/assets/icon-256x256.png?rev=3078876)
 * [All-in-One Video Gallery](https://wordpress.org/plugins/all-in-one-video-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-video-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-video-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-video-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-video-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-video-gallery/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Jaime Rojas](https://wordpress.org/support/users/jaime-rojas/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/default-subtitles/#post-12006931)
 * Status: resolved