XF 2.0 Can remove this highlight

Godzilla

Member
I've been trying to figure out how to fix this for a long time cannot find a way to fix this.to remove the white highlight191246
 
remove the background gradient

Code:
.totalContainer {
    display: flex;
    color: #9dc7d8;
    background: linear-gradient(180deg, #f5f5f5, #fafafa);
    padding: 5px 8px;
}
 
Back
Top Bottom