Hi there I’m using SUMOME and want to create a button with css as the button is to actually link to a SUMOME popup window.
It doesn’t seem to work. Please help.
Can you add classes to buttons? If so, you can convert the Click Trigger attribute into a class, and then add that class to your button.
Hey web4698,
I think the easier way to do it is to use a code block, then we can use some css codes to make the:
<a data-sumome-listbuilder-id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx">Click Here</a>
look similar with Enfold buttons. Let us know if this option is good?
Best regards,
Nikko
Ok great – how do I do this?
Hi,
Based on the link you gave I think you just need to add this html code in Code Block which you could find in Avia Builder:
<a class="avia-button avia-icon_select-no avia-color-custom avia-size-x-large avia-position-center" data-sumome-listbuilder-id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx">Click Here</a>
just replace those xxx with the listbuilder id and that’s it. Those classes I’ve added in the code should make the link look like a button.
Best regards,
Nikko