Hi Folks,
I’d like to insert a “subscribe” button on a Page using the Edition theme.
Can anyone quickly help me to do that? Many thanks!! Much appreciated.
Seb
Hi Folks,
I’d like to insert a “subscribe” button on a Page using the Edition theme.
Can anyone quickly help me to do that? Many thanks!! Much appreciated.
Seb
Hi @sebsigloch,
You could use the html card to insert a button or any other element.
Now if you want to specifically point to the portal signup, then you could use an <a>
tag, like this:
<a class="button button-primary" href="#/portal/signup">Subscribe!</a>
To style it you can use either already defined css classes in the theme you are using or add your own class and write the css.