remove the underline and color change when you hover over collapsible content

Solved

remove the underline and color change when you hover over collapsible content

jordan24640
Excursionist
24 0 5

How do I remove the underline and color change when you hover over collapsible content

website https://eb00a5-ab.myshopify.com/

pass jordan

jordan24640_0-1725659044066.png

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8250 1978 2426

This is an accepted solution.

Hi @jordan24640 

check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
h3.accordion__title.inline-richtext.h4 {
    color: unset !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1725660083154.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
8250 1978 2426

This is an accepted solution.

Hi @jordan24640 

check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
h3.accordion__title.inline-richtext.h4 {
    color: unset !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1725660083154.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.