I have a featured products section on my product pages for complete the look. I have set up a product metafield so you can select which items pair with a product. Which works however I want the section to be hidden if the meta field is blank. I have tried this code on a custom liquid section in customiser but it only hides the section for all products (including the ones where the metafield has been filled in)
{% if product.metafield.custom.complete_the_look_products == blank %}
#shopify-section-template--23961742377309__featured_products_8BPVfh { display: none; } Store url: [https://really-wild-clothing-company.myshopify.com/products/isabella-cropped-wool-blend-boucle-jacket?pr_prod_strat=e5_desc&pr_rec_id=8c34f6d30&pr_rec_pid=10005208629597&pr_ref_pid=10005210399069&pr_seq=uniform?variant=54409669902685](https://really-wild-clothing-company.myshopify.com/products/isabella-cropped-wool-blend-boucle-jacket?pr_prod_strat=e5_desc&pr_rec_id=8c34f6d30&pr_rec_pid=10005208629597&pr_ref_pid=10005210399069&pr_seq=uniform?variant=54409669902685)  