Bottom collection description needs be different on different collections

Hello,

We have coded in the descriptions for the E-Liquids collection, But this is also showing on the Hardware collection.

The hardware collection bottom descriptions need to be different, I have tried a few various codes but with no change.

https://www.vapedistillery.com/

@Vapedistillery

Did you add that description ad hard code? if not please use this conditional statement for your description

{% if collection.handle == "e-liquids"%}
/// Your description
{% endif %}

thanks