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 -->
答案 0 :(得分:1)
Open in chrome -> right click filter element -> inspekt and look css styles. Then edit it in your project css file:)