Hallo,
How can I replace the text 'zurück' with an icon?
Support is part of Event Gallery Extended.
Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.
For general information you can also jump to the manual.
Subscribe now!Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by sbluege on Wednesday, 10 July 2024 17:34 UTC
Hallo,
How can I replace the text 'zurück' with an icon?
Hi,
These solutions come to my mind:
.eventgallery-back-button {
visibility: hidden;
text-decoration: none;
}
.eventgallery-back-button::after {
content: '<<<';
visibility: visible;
}