How to change column card background

Hi @deluc004 , thank you for reply!

If it does not work, you can follow another my instruction below:

  1. Go to Online Store → Theme → Edit code.
  2. Open your Assets → base.css, paste the code below on the bottom of the CSS file:
.multicolumn-list__item.grid__item.slider__slide.center.scroll-trigger.animate--slide-in {
    background-color: #F5F9FC !important;
}

If my answer is working for your store, please let me know by accepting Solution and giving Like !!!