![]() |
|
Button Add favorites - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Button Add favorites (/thread-13137.html) |
Button Add favorites - sage12 - 2018-09-20 Hello, I would like replacing this button by a small one (picture). Is it possible ? Button Add favorites - acrylian - 2018-09-20 "is it possible?" is always the wrong question ;-) Two basic ways I would think of and both require some work and knowledge on your end: - Extend the `favoritesClass` in your theme's functions.php or a custom plugin. Then override the original `ad_removeButton()`class method with your own in your child class. - Use CSS via your theme to add an image in the background of the button which is not a `<button>` but a `<input type="submit">`. |