Home › Forums › Basel support forum › Product text on smaller view / mobile etc › Reply To: Product text on smaller view / mobile etc
May 26, 2017 at 12:19 pm
#14428
Artem Temos
Keymaster
Add the following code snippet to the Custom CSS for mobile devices in Theme Settings to decrease button font
.basel-hover-quick .quick-shop-btn>a {
font-size:12px;
}
Regards