Hi guys,
Trying to update this grey background to white but can’t find it anywhere in the Liquid Code. Was hoping to please get some help here if anyone knows a fix?
The code I’m using is:
Shipping & Returns .info-container-v5 { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size:12px; font-weight: 500; color: #242424;}
.info-item-v5 {
transition: transform 0.3s ease;
}
.info-item-v5:hover {
transform: translateX(10px);
}
.info-item-v5 {
display: flex;
align-items: center;
gap: 8px;
background: #ffffff;
padding: 0px 10px;
border-radius: 8px;
}
.info-item{
font-size: 12px;
color: #242424;
}