Change BG colour of image with text section on the Motion theme

Hello, I need help changing the BG colour of the image with text section on my store’s Product page: I want the hex to be #f4faff and also add some padding so it looks neat. Thank you for your help

Link: https://elmsunptgiyhad1l-64806748352.shopifypreview.com

Hi @Ked

You can follow the instruction here :

  1. Go to Shopify > Theme > Customize > open Custom CSS

  2. Copy and paste this code to the section > Save

.page-width.feature-row-wrapper {
    background: #F4FAFF !important;
}

Here is the result :