I’m trying to add a Light Transparent button to widgets in my footer area. Is there a simple way to do this? Is there a list of the code for all of the shortcodes to add to areas that do not support the Avia Layout Builder?
Hey John!
For button in a footer widget you can try this code inside a text widget:
<button class="button">
Hello I'm a button
</button>
Here’s a list of shortcodes: https://kriesi.at/support/topic/documentation-list-of-avia-shortcodes/#post-82045
Cheers!
Rikard
Thanks Rikard,
I tried to use the following below but it does not seem to work. The button shows up but the link and style are not working. What corrections to this code do I need to make?
<button class=”button” link=”http://myURL” style=”light-transparent”>CONTACT US</button>
Also, where do I control the font color for the titles in the footer Widgets?
Thanks
John
Hey!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
Regards,
Yigit
Thanks!