How to change background and text color of product information without changing elsewhere?

Hi! I am trying to update the green background below to white and the black text to green. I’ve tried changing every color I could in the settings, but nothing happens. Any ideas?

https://transfusion-golf-co.myshopify.com/products/transfusion-g-c-badge-logo-bucket-hat

Hi @transfusiongolf

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

section#shopify-section-template–17687528735002__main {

background: white !important;

}

div#ProductInfo-template–17687528735002__main{

color: green !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

This worked perfectly! I appreciate the help!

You are welcome @transfusiongolf