- This topic has 1 reply, 2 voices, and was last updated 2 years ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Welcome › mkmcst community Forum › Web programming › WordPress › Random wordpress › Ultimate Member date picker color change
Hi!
I’m using enfold 4.6 with Ultimate Member plug in for users management. I have a problem with the date picker. It seems to have a conflict, bottoms and colors aren’t properly shown, it is very difficult to choose the date.
You can check it on the link, just try to set your birthday on the registration form
Thank you!
<pre><code>.um .picker__select--year {
width: 22.5% !important;
margin-left: 20%;
display:inline;
}
.um .picker__table th, .um .picker__table td {
background: <a href="https://nockedup.net/mkmcst/forums/searchsearch/%2347B0EC" rel="nofollow" class="hashtag" id="47B0EC">#47B0EC</a>;
}</code></pre>
This should revert the style of the select element to default and improve the calendar layout a bit.
#top select.picker__select--year, <a href="https://nockedup.net/mkmcst/forums/searchsearch/%23top" rel="nofollow" class="hashtag" id="top">#top</a> .avia_ajax_form .select, <a href="https://nockedup.net/mkmcst/forums/searchsearch/%23top" rel="nofollow" class="hashtag" id="top">#top</a> .entry-content-wrapper select {
max-width: 129px;
float: left;
left: 50px;
position: relative;
top: -10px;
-webkit-appearance: menulist !important;
}