Footer And Menu Hover Bg Color Change - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Footer And Menu Hover Bg Color Change

KM

Kostas Mantas

SP Page Builder 2 years ago

I need to change footer color and hovers color from menu but nothing from preset. I was delete also my cache from browser.

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #128414

Hi there!

Thnks for contacting us.

If you do not want to do it from the preset edit options or custom style then please use the following code in your custom CSS:

.sp-megamenu-parent>li:focus>a, .sp-megamenu-parent>li:hover>a, .sp-megamenu-parent>li:active>a, .sp-megamenu-parent>li.active>a {
    color: purple !important;
}

Did you mean the background color of bottom and footer? Then here you go:

#sp-footer, #sp-bottom {
    background: grey !important;
}

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
KM
Kostas Mantas
Accepted Answer
2 years ago #128415

i need also the bg color in sub menu.. not to titles the box

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

If I get it right, then here you go:

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: cadetblue !important;
}
0
KM
Kostas Mantas
Accepted Answer
2 years ago #128422

Perfect... really ty 1 more thing if u can help me... can i change Dropdown Menu Text Color?

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

You're always welcome:)

Here is the requested code snippet:

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: white !important;
}

Best Regards

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

Thanks for accepting the answer and glad that I could help :)

It would be very kind of you if you can manage some moment to give us feedback here:  https://extensions.joomla.org/extension/sp-page-builder/ https://www.trustpilot.com/review/www.joomshaper.com

Best Regards

0