x

Is there a way to make a dropdown box one solid color?

Currently my dropdown box is a bit see through which makes it a bit hard to see what the text says unless you hover over it. Is there a way to make it one solid color? 

490 Views
Message 1 of 4
Report
3 REPLIES 3

@Wivah

Url of the page?

481 Views
Message 5 of 4
Report

The url is https://wivah.weebly.com/
Im currently using this to shorten the length of the dropbox. Although i got this from a help post regarding making a smaller box aswell making the shade of the edge lighter.

<style>
#wsite-menus .wsite-menu {
-webkit-box-shadow: inset 0px 0px 0px 0px #000000 !important;
-moz-box-shadow: inset 0px 0px 0px 0px #000000 !important;
-ms-box-shadow: inset 0px 0px 0px 0px #000000 !important;
box-shadow: inset 0px 0px 0px 0px #000000 !important;
border:1px solid #cccccc;
}
.wsite-menu-subitem-wrap
{
width: 140px !important;
}
</style><

469 Views
Message 5 of 4
Report

@Wivah  Easiest way would be to make your image bit darker.

467 Views
Message 5 of 4
Report