In the source editing tutorial, I am having an issue getting the image to show up in the button. Essentially, this part of the tutorial has the user upload an image and use CSS to replace the icon in the button.
I have successfully uploaded an image in the web_resources/files/resources/image directory. I follow the tutorial by creating a new CSS page and inputting the given CSS (of course, changing the name of the file to my file name).
From here, things don't seem to work - i.e. the image does not show where it supposedly should in the button icon. In order to make sure the stylesheets are working properly, I made changes to the font-size and that works fine. It's just the background-image style does not seem to work.
I can think of two issues:
The path to the image in the example is incorrect.
There is some characteristic of my image that is causing an issue (maybe it's not sized correctly.
Can someone in support take a look?