i want to change the design layout based on the home page and other subpages how I can apply css based on templates
Solved! Go to the solution
This is an accepted solution.
i found the answer on https://www.shopify.in/partners/blog/92262598-creating-useful-css-hooks-in-liquid
edit your theme.liquid file
<main id="content" class=" {% if template == 'index' %}content_home_index{% else%}non_home
{% endif %}" role="main">
User | Count |
---|---|
25 | |
21 | |
20 | |
16 | |
15 |