Tagged: font size
Hi there,
I am looking for a way to optimize the font size for the text in picture overlays.
In my case, the appear to be to small on larger screens and too big on smaller screen (e.g. tablet, smartphone).
Is there a solution for this?
Thanks!
Hey Fred,
I get a 404 error on the URL you linked to, could you check and post a working link please?
Best regards,
Rikard
Yes sorry, updated the page in between.
Hi poppenhaeger,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.av-image-caption-overlay-center {
font-size: 13px !important;
}
}
@media only screen and (min-width: 1440px) {
.av-image-caption-overlay-center {
font-size: 22px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you, that works!
Hi poppenhaeger,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria