How Can I Change The Background Color Of The Selected Submenu? - Question | JoomShaper

How Can I Change The Background Color Of The Selected Submenu?

M

Miquel

Template 1 year ago

Hello, how can I change the background color of the selected submenu.

Using Joomla 4, Floox template with Helix 3

Thanks a lot

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #103746

Use this custom CSS


.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover{
  background-color: #2a3325 !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #103928

You are always welcome.

0
M
Miquel
Accepted Answer
1 year ago #103762

Thanks

0
M
Miquel
Accepted Answer
1 year ago #103565

Here you can see an screenshot. https://i.postimg.cc/tgSdsD4G/Captura-de-pantalla-2023-02-01-172830.png

What I want is that when you hover the mouse over a submenu, the background color is changed. I can't find how to do it, thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #103546

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0