.updates-dropdown-container #show-updates-dropdown {
    height:0 !important;
    font-size:0; 
    background: #fff;
    border: 0 !important;
    box-shadow: none;
}

.updates-dropdown-container .show-updates-dropdown::after {
    content: "Visit Support";
    font-size: 12px;
    width:190px;
    display: block;
    height:30px;
    padding-top: 14px;
    border-radius: 5px;
    background: #009edb;  
    position: relative;
    top:-25px;
    left:-10px;
}