Home Forums WoodMart support forum Bigger Larger Buttons

Bigger Larger Buttons

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #276858

    joemnm
    Participant

    I would like to make the woodmart button wpbakery element a custom size. the “Extra Large” option is not nearly big enough for what I would like. How can I make it even bigger? I want the button to be bigger ane I want to be able to control the size of the text in the button.

    Second question, can I add a second line of text in a smaller font in a button?

    #276891

    Hello,

    You will have to edit all the buttons with the custom CSS, make them as large as it possible in the options and provide the page URL, I will provide custom CSS.

    It is not possible to make different font sizes within one button.

    If you have any questions please feel free to contact us.

    Best Regards

    #277283

    joemnm
    Participant

    Hello here is a URL example.
    Please provide custom css to adjust the size of the button and to adjust the font size inside of the button.

    Thanks

    #277383

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .btn-style-bordered.btn-size-extra-large {
        padding: 30px 60px;
        font-size:30px
    }

    Best Regards

    #277406

    joemnm
    Participant

    Great thanks!! This works great.

    Can I control the line-height of the text too? With a lot of text, when seen on mobile view the text almost overlaps.

    Attachments:
    You must be logged in to view attached files.
    #277482

    Hello,

    Use this code and make lin-height 2-5 pixes more than font-size:

    body .btn-style-bordered.btn-size-extra-large {
        padding: 30px 60px;
        font-size:30px;
       line-height:35px;
    }

    Best Regards

    #277611

    joemnm
    Participant

    Perfect thanks! Excellent support as always!

    #277643

    You are welcome! If you have any questions please feel free to contact us.

    We will appreciate highly if you spend a couple of minutes and answer the questions provided here: https://8uehqcg4tjy.typeform.com/to/IgyV2EiP

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)