Template Floox Change Color Active Menue Item - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Template Floox Change Color Active Menue Item

BF

Britta Freytag

Template 2 years ago

Hello, how could i change the color of the actice menue item in the templat floox with latest joomla 4

Thanks

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #125102

Hi there!

Thanks for contacting us.

Did you mean the background color of menu items or the text color of them?

Here are both codes for you- active plus hover:

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    background-color: blueviolet !important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color:blanchedalmond !important;
}

Please put them in the custom CSS and check with your desired color in the code.

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
BF
Britta Freytag
Accepted Answer
2 years ago #125116

Thank you, that works fine for me.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #125132

Glad that it helps and you are always welcome:)

You may accept the most useful answer in order to close the post.

Have a nice day!

0