How do I Change Dropdown Background Color - Question | JoomShaper

How do I Change Dropdown Background Color

EG

Ed Grysiewicz

Template 3 years ago

How do I change dropdown menu background color? Template: megainc

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #268

Hello Ed Grysiewicz

Please go to Template Options -> Custom Code -> Custom CSS and use these CSS

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {background: #2BA84A;}
sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {color: yellow;} 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {color: red;}

Best regards

0
EG
Ed Grysiewicz
Accepted Answer
3 years ago #270

THANK YOU...

BTW..

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

SHOULD BE

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

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #278

You are welcome

0