Please edit: /templates/gk_bikestore/css/override.css and add at its end:
- Code: Select all
@media (max-width: 1100px) {
#k2Container header h2 {
font-size: 28px;
}
}
@media (max-width: 900px) {
#k2Container header h2 {
font-size: 20px;
}
}
@media (max-width: 500px) {
#k2Container header h2 {
font-size: 16px;
}
}
What id does- it changes font size when screen is less than 1100px, 900px and 500px - you can adjust the steps, add your own and modify font size to your taste.
Remember to enable "CSS override" in template settings - advanced section.