Craft Theme - adding a HEX code to change drop down menu color

Hello there! I am trying to figure out how to code in Hex code #97AF98 to get this as my dropdown menus. The color options that are available within the code just aren’t working. I’m currently using theme CRAFT. not sure if the mobile and desktop versions require different? thank you!

URL: https://moderndayrags.com

@moderndayrags

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.menu-drawer, .header__submenu {background: #97AF98 !important;}

@KetanKumar
That worked! Thank you so much!

@moderndayrags

its my pleasure to help us