Hey guys!
I want to do the following:
if I am in a specific product page, then change the color_scheme of the header from “background 1” to “inverse”
this is the code that is currently ‘half working’
{%- if request.page_type == 'product' and product.title contains 'T shirt' -%}
this is the result I get from that code:

it just sets the inverse color to those two icons. I feel like I am close to the solution but since I am new to coding I can't figure out where I need to modify the code.
maybe I should use some css?
Any help?



