I would like to remove the grey shadow/border on my menu, while remaining my menu to have a white background (I noticed the remove border line option in transparency, but don't want transparency).
Is there an easy way to do this? Thanks in advance! Thomas
Hello,
I would like to remove the grey shadow/border on my menu, while remaining my menu to have a white background (I noticed the remove border line option in transparency, but don't want transparency).
Is there an easy way to do this? Thanks in advance!
Thomas
Hi there,
I just found it in the header-outer part of the stylesheet:
-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.22);
So this ticket can be closed :-) Happy coding!
Thomas