1. Grab this image: http://app.ecwid.com/icons/SSLencrypted.png
2. Edit this image in any image editor. Change the look of the button or translate it.
3. Upload this image to your server or to any image hosting.
4. Add the following CSS code to you r Ecwid store:
div.ecwid-AddressForm-SSLencryptedPopup {
background: transparent url(icons/SSLencrypted.png) no-repeat;
}
Replace the "icons/SSLencrypted.png" with the real absolute path to the modified image. For example:
background: transparent url(http://www.example.com/images/my_custom_ssl_image.png) no-repeat;
That's all.
For more details on how to add any CSS code to your store or create a custom CSS theme, refer to this article: CSS Faq