Hi there,
Kindly use the custom CSS below to hide the word “My Dashboard”.
.geodir_loginbox .widget-title.widgettitle {
display: none;
}
To style the dropdown menu, use the custom CSS below.
.geodir_loginbox .geodir-chosen-container {
background-color: #fff;
border: 1px solid #fff;
color: #222;
font-family: 'Raleway',sans-serif;
font-size: 20px;
font-weight: 300;
padding: 0px;
width: 100%;
}
.geodir_loginbox .geodir-chosen-container-single .chosen-single {
padding: 0 0 0 8px;
height: 23px;
border: 1px solid #aaa;
border-radius: 0px;
background-color: #fff;
background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
background-clip: padding-box;
box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);
color: #444;
line-height: 24px;
}
Insert into GD > Design > Style > Custom Style CSS.
Thanks!