how to add URL to this? (if tags are entered around the text it shows link style rather than button style)
[button size="large" color="#123456" text="light"]Custom Button[/button]
Velvet - adding link to BUTTON shortcode
4 posts from 3 voices-
Posted 1 year ago #
-
Hey,
I was able to reproduce your problem. An alternative would be to paste HTML code in the HTML view.
For example:
<a class="avia-button light red large" href="YOURLINKGOESHERE"><span class="avia-error">Text in button</span></a>It's all the same as with the buttons, just add a word in the class you'd normally put in the button.
Posted 1 year ago # -
great, thanks, that worked. Any way to change button colours with hex rather than words?
Posted 1 year ago # -
You could use inline css - like:
<a class="avia-button light red large" href="YOURLINKGOESHERE" style="background-color: #333" ><span class="avia-error">Text in button</span></a>Posted 1 year ago #
Reply
You must log in to post.














