Accordion Hover-effect - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Accordion Hover-effect

J

Jürgen J. Fischer

SP Page Builder 1 week ago

Hi, I have accordions on my website with custom design. Can I add css for hover-effect, so that title and background-color of the complete accordion changes color? Thank You

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 week ago #206107

Hi there!

Thanks for reaching out to us.

Where do you have that accordion, please? DO you want custom CSS for any accordion in general or for a particular one? If it's for a particular one, then you need to use that addon's unique ID. Hence I need to know where do you have that?

Just to be clear, do you want to change hover effect for the whole accordion addon or for single item/tab?

Moreover, you may check this out: https://www.joomshaper.com/forum/question/28406

Best regards,

0
J
Jürgen J. Fischer
Accepted Answer
1 week ago #206110

Hi

You can see the accordion here: https://hotel-gutsgasthof-stangl.de/feierlichkeiten

user: spp password: spp-2025#JjF

Wissenswertes für Ihre Feier

A want a hover-effect for the whole accordion, means background changes color and title changes color

Thanx

0
J
Jürgen J. Fischer
Accepted Answer
1 week ago #206111

Sorry, I have posted Passwort, this is not good Please see hidden content

0
J
Jürgen J. Fischer
Accepted Answer
1 week ago #206203

perfect. Thank You.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 week ago #206173

Hi,

Please use the following code in your custom CSS:

.sppb-addon-accordion .sppb-panel.sppb-panel-custom:hover{background:red;}
.sppb-addon-accordion .sppb-panel-custom .sppb-panel-heading .sppb-panel-title:hover{color:white;}

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

Best regards,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 week ago #206242

You are always welcome:)

0