Colour Change on Liquid Code Background

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;
}

Clearer Skin Fast – Reduces acne & breakouts
Anti-Aging – Smooths fine lines & wrinkles
Boosts Collagen – Firms and plumps skin
Evens Tone – Reduces redness & pigmentation

Hi @Jacob961

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly