The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Button for editlink
Hello,
I a using the editlink shortcode to be able to edit an entry. Standard, a clickable text is shown. Instead, I want to use a clickable button. How can this be achieved? Thanks in advance.
Eric
December 21, 2018 at 12:10 pm
Formatting a button is done through CSS. You can use the .frm_edit_link and apply css like this:
.frm_edit_link {
background-color: red;
color: white;
border-radius: 4px;
padding: 10px 20px;
}
December 22, 2018 at 4:52 am
Hi,
Since I'm no programmer, I've looked for another solution.
I've uses the Shortcodes Ultimate plugin and included the following in my view:
[su_button url="[domain]/[post]/?frm_action=edit&entry=[id]" background="#008000" color="#ffffff" size="1"]Wijzig[/su_button]
Thanks anyway for your response.
Eric
Discussion closed.