Hi, how can I increase the font size of regular buttons?
Thanks.
Hey DROR,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .avia-button {
font-size:30px;
}
Best regards,
Vinay
Thanks Vinay, how can I make specific buttons that are under a CSS class item have a different size?
Let’s say the CSS class name is – footer.
How do I target the buttons under that class to be smaller?
Hi!
You can use the code as following
.footer .avia-button {
font-size:30px !important;
}
Cheers!
Yigit
That didn’t work and it added gaps above and below the grid section.
How do I remove these gaps and make the buttons smaller only inside the grid?
Hi bakbek,
I have tried to check the page but I can’t find the buttons, the code Yigit gave should only enlarge the font size of the buttons and not add gap.
Best regards,
Nikko