Can you add a background to the Popup section

Hello @kiburi-lifestyl

Go to online store ---------> themes --------------> actions ------> edit code-------> theme.CSS
and add this code at the very end of your file.
(you can change the background color according to your need)

@media screen and (min-width: 641px) {
.cookie-bar__inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 30px 20px 25px;
background: wheat;
}
}

and the result will be

If this was helpful, hit the like button and mark the job as completed.
Thanks