Goal: Color only the Vendor section on an Impulse theme product page without coloring the entire product block. The initial CSS (.product-block { background: … }) colored the whole block instead of just the vendor area.
Action taken: A helper provided steps to add code in theme.liquid (Online Store > Edit Code > theme.liquid, add code above ). Screenshots show the vendor area correctly highlighted. The requester confirmed success.
New issue: Another part of the product page appears in a different color “randomly.” A screenshot was provided.
Explanation/advice: The helper noted multiple product sections share the same CSS class, so the added style applies beyond the intended element. Recommendation: use inline CSS via theme customization to target the specific vendor element and avoid class-wide styling bleed.
Status: Primary request resolved (vendor area highlighted as desired). Follow-up color bleed issue has guidance but no confirmed fix yet. Images are central to understanding both the solution result and the new issue.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.