• The_Mask

    (@the_mask)


    Hello,

    On mobile menu, the search bar has a drop shadow under. How can I disable that shadow?
    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    You can remove any container shadows via this custom CSS code:

    .asl_m {
       box-shadow: none !important;
    }

    Best,
    Ernest M.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable shadow’ is closed to new replies.