Better styling for dropdown
-
Just wanted to share a snippet that, IMHO, makes the default “float selector” styling better:
.gt_float_switcher {
box-shadow: none !important;
font-family: inherit;
}
.gt_options {
position: absolute !important;
top: 50px;
min-width: 200px;
background: white;
border: 1px solid #ccc;
border-radius: 8px;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.