Theme4Press › Forums › alora › Change mobile menu text color › Reply To: Change mobile menu text color
#21229
|
Hi,
Please try the following.
1 2 3 4 5 6 7 8 9 10 |
.mobile-selector .t4p-icon-bars { color: #000 !important; } .mobile-selector span { color: #000 !important; } #mobile-nav li a { color: #000 !important; } |
Thanks!