how do i add the red remove button on multiplier?
Forums
multiplier red remove button
Hi janman,
Please try this in a Load CSS action before the HTML (render form ) action
Bob
Please try this in a Load CSS action before the HTML (render form ) action
span.multiplier-remove-button {
display: none !important;
}
Bob
Hi Janman,
It's on by default - unless you select the Hide buttons option in the Multiplier settings.
If you can't see it after you have one row of input showing there is probably some CSS hiding it.
Bob
It's on by default - unless you select the Hide buttons option in the Multiplier settings.
If you can't see it after you have one row of input showing there is probably some CSS hiding it.
Bob
Hi Bob
pls check
http://1021dev.co.za/nellene/index.php?option=com_chronoforms5&chronoform=CV
i have set disable button to no and i have added css
Any help will be greatly appreciated
Thanks
Jan
pls check
http://1021dev.co.za/nellene/index.php?option=com_chronoforms5&chronoform=CV
i have set disable button to no and i have added css
.gbs3 .multiplier-contents {
background: none repeat scroll 0 0 #eee;
margin-bottom: 6px;
padding: 6px;
position: relative;
}
.gbs3 .multiplier-remove-button {
position: absolute;
right: 12px;
top: 12px;
}
Any help will be greatly appreciated
Thanks
Jan
This topic is locked and no more replies can be posted.