When I hover over a item within a section, I want to change the colour of the header text.

Solved

When I hover over a item within a section, I want to change the colour of the header text.

cardboardhouse
Tourist
61 0 14

Hello everyone!

When I hove over the section highlight below, I want the "get in touch" text to change colour - How can I achieve this?

cardboardhouse_0-1746892630008.png

 



Thanks a lot!

Accepted Solution (1)
BiDeal-Discount
Shopify Partner
514 58 125

This is an accepted solution.

Let try to add this Custom CSS:

.shopify-section-group-footer-group li.slider__item:hover .icons-with-text__title {
    color: red;
}

you can change color as you want.

the result will be:

BiDealDiscount_0-1746895167181.png

 

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with bundles, quantity breaks, volume discounts. AOV+ with gifts, shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330

View solution in original post

Replies 13 (13)

BiDeal-Discount
Shopify Partner
514 58 125

Hi @cardboardhouse 

Can you share me your store url with that page & password (if applicable) to me check & give you the solution

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with bundles, quantity breaks, volume discounts. AOV+ with gifts, shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330
cardboardhouse
Tourist
61 0 14

Hey! Thanks for helping.

Sure, it's https://www.cardboardhouse.store/ and pw is CBH25

BiDeal-Discount
Shopify Partner
514 58 125

This is an accepted solution.

Let try to add this Custom CSS:

.shopify-section-group-footer-group li.slider__item:hover .icons-with-text__title {
    color: red;
}

you can change color as you want.

the result will be:

BiDealDiscount_0-1746895167181.png

 

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with bundles, quantity breaks, volume discounts. AOV+ with gifts, shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330
cardboardhouse
Tourist
61 0 14

Thanks so much! It works.

Are you also able to help with the navigation?

When I am on the megamall navigation, let's say pokemon, I want it to change colour when im looking through the sub list items

cardboardhouse_0-1746896390551.png

Thank you!

BiDeal-Discount
Shopify Partner
514 58 125

Look like you want when mega menu open then the main menu item will be active, right?

Is this correct?

BiDealDiscount_0-1746896878673.png

 

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with bundles, quantity breaks, volume discounts. AOV+ with gifts, shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330
cardboardhouse
Tourist
61 0 14

Sorry, it's hard to describe. Yes, so I want Pokemon to be coloured purple when I'm looking through the list items. Example, when I'm anywhere in the navigation for Pokemon I want it purple.

 

I.e, example when I'm hovering over a sub list item like Glory of Team Rocket, Pokemon should be active in Purple.

 

Does it make sense?

BiDeal-Discount
Shopify Partner
514 58 125

Actually we can do like when a submenu open then main menu item should be active, not sure it is covering all case you want or not but let try to add this Custom CSS:

.main-nav details.is-open summary > a.main-nav__item {
  color: #E25FF9;
  box-shadow: inset 0 -2px 0 0 currentColor;
}

 

I hope it works as your expect.

Thanks

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with bundles, quantity breaks, volume discounts. AOV+ with gifts, shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330
cardboardhouse
Tourist
61 0 14

It's perfect, thanks so much!!

cardboardhouse
Tourist
61 0 14

I'm so sorry but I also wont to do the 3 sections in the footer 😅 - You've been so helpful, so don't feel like you have to!

When hovering these sections, we should have the same result

cardboardhouse_0-1746901197250.png

 

BiDeal-Discount
Shopify Partner
514 58 125

Hi @cardboardhouse 

let try this custom css

.footer__main .footer-col:hover h2 {
  color: #E25FF9;
}
- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with bundles, quantity breaks, volume discounts. AOV+ with gifts, shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330
cardboardhouse
Tourist
61 0 14

Works perfectly, thank you so much!

cardboardhouse
Tourist
61 0 14

Hello,

Thanks again for the answer, I have a similar issue here with the sub nav menu, since you were so good fixing this one, if you had the time, it would be awesome if you could also check this one here - Thanks a lot!

BiDeal-Discount
Shopify Partner
514 58 125

Hi there,

I leave a coment here. Please take a look to try it

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with bundles, quantity breaks, volume discounts. AOV+ with gifts, shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330