colortheme[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    color: #000000 !important;
    border-bottom: 0px solid transparent !important;
    padding-bottom: 2px !important; 
}

colortheme[data-elem-type="text"] a:hover {
    color: #756e8f !important;
    border-bottom: 1px solid #756e8f !important;
    padding-bottom: 2px !important; 
}
