By default, the plugin inherits styling from your active WordPress theme. It looks like your theme is applying a larger font size to the video title.
You can easily override this by adding a small custom CSS snippet.
Please go to:
Appearance → Customize → Additional CSS in your WordPress dashboard and add the following:
.ayg {
font-size: 14px;
}
You can adjust the font size value as needed to match your design.
If the issue still persists, please share your website URL with us. We’ll take a closer look and provide a more precise fix tailored to your setup.
Thread Starter
ACE
(@psychic9)
Hi
thanks for the quick reply. The code is not correcting the part I want.
https://www.pasteboard.co/hq13Zfp_udtl.png
Kindly try using the following CSS code:
.ayg .ayg-player-caption h2.ayg-player-title {
font-size: 1.1em;
}
.ayg .ayg-player-caption a.ayg-player-description-toggle-btn {
font-size: 1em;
}
If still the issue remains, share with us your website address to check this directly and assist you accordingly.
Thread Starter
ACE
(@psychic9)
Worked perfectly. Thanks 👍