To insert code use <code>...</code>.
Button link in a textwidget
  • Hi Kappy,

    How can I make a button with a link, in a text widget?
    http://www.accountone.nl/accountview-koppeling-met-uw-magento-webshop/

    I make this shortcode voor the button en the link:

    [button color="#1BA1FF" textColor="white"]Contact
    [/button]

    Is this possible?

    Thnx
    AccountOne
  • 2 Comments sorted by
  • hi,


    You can insert the shortcode which you use in a page into the text widget


    [button size="medium" align="right" link="the complete url address" bgColor="#12499f" textColor="#ffffff" hoverBgColor="#1474ab" hoverTextColor="#ffffff"]Download[/button]


    or just the pure html code for the button.


    <p><a href="yourlink in full url" style="background-color:#12499f" data-bg="#12499f" data-hoverBg="#1474ab" data-color="#ffffff" data-hoverColor="#ffffff" class="button medium gray alignright"><span style="color:#ffffff;">Download</span></a></p>


    Best regards,
    BackuPs
This discussion has been closed.
All Discussions