Show collapsed filters expanded by default

时间:2017-04-24 17:22:34

标签: javascript html shopify liquid

On this page (https://threadtheory.ca/blogs/sew-alongs) I'd like the "Filter +" button to be expanded by default... But I can't figure out how! The website is hosted through Shopify so it uses liquid as the template engine. Here's the section of code:

<div class="filters">
    {% if show_tags %}
    <a href="#" data-toggle-target=".tags.nav-row">{{ 'blogs.filtering.filter' | t }} <span class="state">+</span></a>
    {% endif %}
</div><!-- /.filters -->

1 个答案:

答案 0 :(得分:1)

Open in chrome -> right click filter element -> inspekt and look css styles. Then edit it in your project css file:)