Tagged: background image, fullwidth button
Hi,
How can I do background image onto the fullwidth button?
Or should I use simple image element like a button?
Best regards
Peter
Hey Peter!
Thank you for using Enfold.
It’s possible to add a custom css class in the button element. Please follow the instructions here: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the button element, add a unique class selector in the custom css class field, “custom-button” for example. Add something like this in the Quick CSS field:
.custom-button { background: url(IMAGE URL HERE) no-repeat; }
Regards,
Ismael
Thank you, its work! :)
You can close this topic