How to enable dropdown menu hover on Testament

Solved

How to enable dropdown menu hover on Testament

GiasUddin
Tourist
8 0 3

Hello
I want my dropdown menus also hover a background color as my main menu. 

Currently only the Text Color changes, but I want a rectangular colored box on hovering dropdown menu.

submeny 1.png

 

I want to hover my dropdown menu like this -

asd.png


Sorry for bad English, I hope I manage to make you understand what I need.

Website link:  www.modfashiongs.uk

Thank you.

Accepted Solution (1)
Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Please try this css

.dropdown{
padding: 0 !important;
}
.dropdown .dropdown__menuitem:hover {
    background-color: #2f2f29 !important;
    color: #fff !important;
}

Change color code a/to your need.

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 4 (4)

Guleria
Shopify Partner
3397 677 958

Hello @GiasUddin ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your stylesheet.css file and paste the following code at the bottom:

.dropdown {
    background-color: var(--nav-background-color); 
}

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
GiasUddin
Tourist
8 0 3

I'm sorry it didn't work.

Screenshot 2024-08-13 200837.jpg

 I want to fill the red marked area with different color when I hover my curser on it.

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Please try this css

.dropdown{
padding: 0 !important;
}
.dropdown .dropdown__menuitem:hover {
    background-color: #2f2f29 !important;
    color: #fff !important;
}

Change color code a/to your need.

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
GiasUddin
Tourist
8 0 3

You're a saver. Thank you!!