Posted 6 years, 9 months ago
how change color in btn button
Posted 6 years, 9 months ago
Hi there,
Do you want to change the button for slider item or … ? Which section/content you wish to change the button color ?
Posted 6 years, 9 months ago
This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.
Posted 6 years, 9 months ago
Hi there,
You can style for the fabric form by following
.fabrikActions.form-actions button[type=submit] {
background: red;
}
and the phoca download button
input#pdlicensesubmit {
background: red;
}
Posted 6 years, 9 months ago
add css code above to template folder => css => custom.css
Posted 6 years, 9 months ago
thank you, my problem was solved
Posted 6 years, 9 months ago
You’re welcome.
You must be logged in to reply to this topic.