Hello!
I want my description collection to be visible on the site, but at the bottom of the page. At this moment, the description is visible above the product (ex:https://www.romagazin.eu/collections/produse-cura%C8%9Benie-casa). How can I put this description under the products (at the bottom of the page)? I use the Warehouse theme.
Thanks!
Hey there,
To do so you have to change liquid code on collection page.
Thanks!
Thanks for post.
below code add as you like
{%- if collection.description != blank -%} {%- assign allow_collapse_description = false -%} {%- if section.settings.collapse_collection_description -%} {%- assign allow_collapse_description = true -%} {%- endif -%} <div class="collection__description {% if allow_collapse_description %}expandable-content{% endif %}" aria-expanded="false"> <div class="rte"> {{ collection.description }} </div> {%- if allow_collapse_description -%} <button class="expandable-content__toggle"> <span class="expandable-content__toggle-icon"></span> <span class="expandable-content__toggle-text" data-view-more="{{ 'collection.general.view_more' | t | escape }}" data-view-less="{{ 'collection.general.view_less' | t | escape }}">{{- 'collection.general.view_more' | t -}}</span> </button> {%- endif -%} </div> {%- endif -%}
yes, please check add this code collection template file
Hi
I went into collection template liquid and pasted the code you gace removed old code, no difference....description is still above the products on collections...
line 390...
yes, please add the bottom of the code
no, replace just add the bottom whenever do you have display
User | Count |
---|---|
395 | |
204 | |
129 | |
46 | |
42 |