Once you click on Inspect, the Developers Tools window will pop up (could also appear on the left/right side of the screen). Hover over the different HTML elements until the desired element is highlighted – in our case, the product’s section highlighted in blue. We want to add Buy The Look right after the product’s section so we’ll copy the product section ID (marked in blue) or Class (marked in green). Just copy one of them.
Â
Tip – try to pick the most specific element; in this scenario, we would prefer the ID instead of the Class because it is more accurate – there is a higher chance that the element is unique. Either way, we can always use the Route Filter option to display Buy The Look only on the desired page.