Hi,
I’m trying to make the font size in the buttons larger. If I enter the quick CSS change it works for the desktop version but doesn’t work on my Samsung Galaxy Note tablet.
Original CSS:
.avia-button.avia-size-large {
padding: 15px 30px 13px;
font-size: 13px;
min-width: 127px;
What I want it to be changed to:
.avia-button.avia-size-large {
padding: 15px 30px 13px;
font-size: 18px;
min-width: 127px;
Hey jrgrigg!
Are you trying to change the large button shortcode font size or you’re trying to change the button on a slider? Please add this on Quick CSS:
.avia-button-wrap .avia_iconbox_title {
font-size: 20px;
}
Do you have the latest version? Post the link of the page with the button here.
Best regards,
Ismael
Hi Ismael,
This worked perfectly, thank you!
Yes, I wanted to make the text larger on the buttons – not necessarily for the button on the slider, just the ones that you can ad via the layout builder.
Thanks for the help.