Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1495594

    I can’t figure this out. I can do a text link, like this: Get Free Estimate

    But how do I add this for a Button?

    Thanks for helping on this!

    #1495595

    and I see this: Get Free Estimate

    #1495596

    I also tried just adding to html but the button it creates does not look right: Learn more

    here is what it looks like: https://drive.google.com/file/d/18aUgpmt9iXr7EOBquraz5Se_6WCBKiOO/view?usp=sharing

    Let me know what I can do. thanks!

    #1495599

    where do you want to use it? as standalone text. or inside a text-block?

    you can style a button this way (i used x-large button for that) – and even the padding you can have on button element itself – including border-width and border-radius.
    Only css is needed if you like to have a min-width for that button.

    https://webers-testseite.de/bemo-button/

    on the right – that is your screenshot image.

    #1495602

    Hi,
    I see that your button is in a text block, the reason that the text is not centered is because it has a
    BR before the text, try viewing in the plain text tab of the element and remove the BR
    If you can’t find it try this css:

    .avia_textblock .avia-slideshow-button br {
    	display: none;
    }

    qq3NiHF.png
    Best regards,
    Mike

    #1495617

    But can I open the Elfsight side form pop from the Button section? see attached button section: https://drive.google.com/file/d/1BjqTEyGoc8h73bKyccKxcQMOrWOp3VSA/view?usp=sharing

    If not, what is the html or code to create a similar button that does this?

    Thanks

    From before, I added this html, but it doesnt look good using this:
    Get Free Estimate

    #1495618

    And when I click on the elfsight link, it seem to send me to the top of the Home page, instead of the section I was in when I click the link.

    #1495626

    Hi,
    I do not have experience with elfsight, but from examining your button I can tell that there is no direct link to your side form popout, it works via the data-elfsight-show-form attribute:
    qqBXysj.md.png
    There is not a built-in way to add a data attribute to a button.
    So I created a second button for you with your link snippet and the Enfold classes so the style is the same. Please check. 

    Best regards,
    Mike

    #1495630

    This will work!

    How can I make the font size larger?

    #1495631

    Hi,
    Try this css:

    .avia-button.avia-size-large.av-1b88t-1848646851a5a8989084337c098e76b2 {
    	font-size: 20px;
    }

    Best regards,
    Mike

    #1495632

    Yes! Last thing, how do I “center” the button? I need some left and some centered.

    Tried to update this to “center”, but it didn’t work

    <div class=”avia-button-wrap”>Get a Free Estimate</div>

    #1495633

    Please let me know on this. I’ve tried everything to Center this button.

    Thanks!

    #1495634

    Hi,
    I added the class avia-button-center to it to center it:
    qqaw6Cu.md.png
    note that it is centered within the column, if you want it centered on the page, you will need to remove it from the column:
    qqaeVTB.md.png
    If you want the button above it, Learn More about Us, centered use the option in the element:
    qqaS9nI.md.png

    Best regards,
    Mike

    #1495650

    Thanks!!

    Any options to have the button color option for “Light Transparency” and “Dark Transparency”?

    you are awesome!

    #1495674

    Hi,
    To make it dark, like the one above it, remove these two classes fron the button code: avia-color-theme-color avia-font-color-theme-color and add this one avia-color-light.

    Best regards,
    Mike

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