Forums
Home / Theme: Customizr / Remove shadow effect from Menu items
(@rahul3010)
11 years, 4 months ago
How to remove shadow effect on Menu’s Text?
Thanks, Rahul
(@nikeo)
Hi, try to paste this snippet in custom CSS.
.navbar .nav > li > a { text-shadow: none; }
Thanks for your feedback on this!
Thanks Nikeo, it worked like charm..