I want to create a button with text and an image above the text or I want to create a button with the text replaced by an image. Is there an option for that?
A button like this:
So it is a button with also an icon in it.
Hey,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your Fullwidth Button element and give it custom CSS class (“your-custom-class” in example below) and then add following code to Quick CSS in Enfold theme options > General Styling
.your-custom-class a { background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }
If that does not help, please add your button with a custom CSS class to your page and share its link. Please also include a link of the image you would like to use as well.
Best regards,
Yigit