Well, maybe we are on different versions of the theme.
Anyways, all you have to do is look for something like this
Maybe ctrl+f and search for “banner__text” (there’s two underscores there)
and just add the code before the {%- endif -%}
Collection descriptions were not appearing on collection pages in the Refresh theme despite enabling Show description.
After sharing a link, helpers noted the previewed collection’s description field was actually empty. The user confirmed the one shown in the theme editor lacked a description, explaining the initial confusion.
The user preferred using a slideshow section as the collection banner/title, but it didn’t automatically display the collection description.
Proposed fix: edit slideshow.liquid to output {{ collection.description }} when the slideshow subheading is left empty. Insert the code in an else block before the endif within the banner__text area.
Line numbers differed across theme versions, so the guidance was to search for banner__text and place the snippet just before the endif (around line 114 for the user).
Result: the user implemented the edit successfully. Descriptions now display with the slideshow, though they were temporarily hidden due to being too long; trimming them is planned. Alternatively, using the default collection banner also shows the description.
Metafields (custom fields) were considered but deemed unnecessary since the built-in Description field suffices.
Status: resolved; the user confirmed the fix and expressed thanks.