This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler
Hi
How do I reduce the size of the secondary h3 font for mobile devices. If you view the page you will see the font looks oversized, just need to reduce it for smaller screen devices.
Hello,
We will add new settings to configure font-size for different devices in one of the next theme updates.
As a temporary solution, you can use the next custom CSS code:
@media only screen and (max-width: 1200px) {
.home .slide-content h3 {
font-size: 18px !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up