Indigo Template - Problem Change Color Top Menu / Bottom Menu - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Indigo Template - Problem Change Color Top Menu / Bottom Menu

V

Volker

Template 4 years ago

Hi,

I tried to change the color shown in my screenshots and marked in red.

https://prnt.sc/10p151t

https://prnt.sc/10p16gf

I tried in template options but no success. Any idea how to change?

0
4 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #10994

Hello Volker

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.white-header .sp-megamenu-wrapper > ul > li > a{
  color: red !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a{
  color: red !important;
}

Best regards

0
V
Volker
Accepted Answer
4 years ago #11015

Hi Ofi!

Thanks, all fine. Could you please help me also with my 2nd screen shot. I want to change the color of the menu items at the bottom.

0
V
Volker
Accepted Answer
4 years ago #11029

Hi Ofi,

I solved the issue by myself.

Thx and regards,

Volker

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #11072

Awesome! You are welcome

0