Skip to content

Instantly share code, notes, and snippets.

@priyabratary
Created August 6, 2018 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priyabratary/64c96fa34c9e616a4e73b7b38303ae69 to your computer and use it in GitHub Desktop.
Save priyabratary/64c96fa34c9e616a4e73b7b38303ae69 to your computer and use it in GitHub Desktop.
weebly drop down menu
/*dropdown menu*/
#wsite-menus .wsite-menu-wrap {
border-color: #ececec !important;
border-radius: 0 !important;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
float: left;
min-width: 160px;
left: 0;
display: none;
}
ul.wsite-menu{
-webkit-box-shadow: 0 8px 25px rgba(30, 30, 30, 0.1)!important;
box-shadow: 0 8px 25px rgba(30, 30, 30, 0.1)!important;
background-color: #fff;
z-index: 1000;
}
#wsite-menus .wsite-menu li a {
color: #787878;
font-size: 15px!important;
padding: 7px 10px 7px 20px;
background: #fff !important;
border: none;
font-family: 'Lato', sans-serif !important;
}
#wsite-menus .wsite-menu li a:hover {
color: #1977FF !important;
}
#wsite-menus span.wsite-menu-title{
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment