Created
August 6, 2018 11:12
-
-
Save priyabratary/64c96fa34c9e616a4e73b7b38303ae69 to your computer and use it in GitHub Desktop.
weebly drop down menu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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