Viewing 1 replies (of 1 total)
  • Plugin Author Buttonizer

    (@buttonizer)

    Hello Arunazx,

    Right now it’s not possible to make the main button bigger through the admin panel. It’s however possible to change the CSS of the main button, place the following somewhere inside the header:

    
    <style>
    .buttonizer-button a.buttonizer_head {
        width: 65px;
        height: 65px;
    }
    
    .buttonizer-button .buttonizer_inner a.buttonizer_head i {
        width: 65px !important;
        height: 65px !important;
        line-height: 65px !important;
        font-size: 35px !important;
    }
    </style>

    You can change the font-size, the width, height and line-height to a custom size.

    Is this what you need?

    Kind regards,
    Jasper Vriends

    • This reply was modified 6 years, 11 months ago by Buttonizer.
Viewing 1 replies (of 1 total)
  • The topic ‘Make the button bigger’ is closed to new replies.