Support Team
posted this
15 August 2019
There is no setting for figcaption in Themler, but you can add custom code to Home -> Settings -> Additional CSS:
@media (max-width: 600px) {
figcaption {
font-size: 1em;
}
}
This is just an example. You can add several pieces of this code - each for different max-width. You can check what max-width to specify under Home -> Settings based on your values for different responsive modes.
Gina
Themler support
There is no setting for figcaption in Themler, but you can add custom code to Home -> Settings -> Additional CSS:
@media (max-width: 600px) {
figcaption {
font-size: 1em;
}
}
This is just an example. You can add several pieces of this code - each for different max-width. You can check what max-width to specify under Home -> Settings based on your values for different responsive modes.
Gina
Themler support
Last edited 15 August 2019 by Support Team