Home › Forums › WoodMart support forum › Issue with Promo Banner Button Size Settings on Mobile Site › Reply To: Issue with Promo Banner Button Size Settings on Mobile Site
April 25, 2024 at 12:40 pm
#560604

Aizaz Imtiaz Awan
Keymaster
Hello,
You can change the code as per your requirements. If you want to only increase the font size , You can increase the font size by adding this code to your Custom CSS
.promo-banner.wd-with-link .btn {
font-size: 20px !important;
}
This will only adjust the font size without changing any other button properties.
Best Regards.