Tagged: caption text, easy slider, font size
Hey skynandi,
Please provide a link to the site/page in question?
Best regards,
Jordan Shannon
Hi Jordan, thanks for the quick reply. Link attached.
Hi,
Please try this code in the General Styling > Quick CSS field:
.page.page-id-3076 .avia-caption .avia-caption-content p {
font-size: 10px !important;
}
Should you want to only target some screen sizes, try this code and adjust to suit:
@media only screen and (min-width: 986px) and (max-width: 1600px) {
.page.page-id-3076 .avia-caption .avia-caption-content p {
font-size: 10px !important;
}
}
Best regards,
Mike
Thank you very much, works great.
Hi,
I’m glad Mike was able to help you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon