HI PLEASE ON THI REGION I CAN'T find how to change the color of the background

or the class truncate for this
truncate {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #fff;
font-weight: 600;
padding: 7px 20px 5px 20px;
background: #EFFA28;
border-radius: 25px;
}
so i want to hightlight the color when mouse over
like this ?

