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

#560604

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.