Okay
  Public Ticket #847638
remove border line from non-transparent menu
Closed

Comments

  • Thomas J. started the conversation

    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

  • Thomas J. replied

    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