Simple & Debut theme: show "collection list" section's title below the image

Simple & Debut theme: show "collection list" section's title below the image

In this tutorial I'll quickly teach you how to move your "collection list" section's title right below the collection image.

Adding the CSS code

  1. From your Shopify admin, navigate to online store > themes > actions > edit code.
  2. Locate the file named theme.scss or theme.css and add the following code at the bottom of the file:
    gist
  3. Click "save" at the top right corner. It should look like this:

You can modify the value 35px to increase the bottom spacing. You can also change the text's color by replacing #000000 with any HEX color of your wish.

 

Back to blog