Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #934768

    Hi, how can I increase the font size of regular buttons?

    Thanks.

    #934832

    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

    #934845

    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?

    #934856

    Hi!

    You can use the code as following

    .footer .avia-button {
    	font-size:30px !important;
    }

    Cheers!
    Yigit

    #935595

    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?

    #935969

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.