Changing The Background Image On Hover In "Gigs" In The Rythm Template - Question | JoomShaper

Changing The Background Image On Hover In "Gigs" In The Rythm Template

R

radd

Template 2 weeks ago

Can I change the background image that appears when I hover over "Upcoming Gigs" in the Rythm template so that each entry has a different image?

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 weeks ago #154509

Hi there!

Thanks for your query.

There is no default option to add different hover image there, sorry about that. Please use the following code snippet to change the hover image for all:

.event-list-item:after {
    background-image: url(../images/ticket-bg.png);
        }

Please use your desired image URL in the above code.

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Hope this helps!

Best Regards

0