Can I add a collection title and 'shop now' text to my website?

is it possible to add the collection title and shop now (underlined) text like the photo?

and get rid of the space on each side to make them full size?

www.sundaypaloma.com

  1. Locate the collection template: In the code editor, navigate to the “Sections” or “Templates” folder and look for the collection-related template file. The specific file name may vary depending on your theme, but it could be something like collection.liquid or collection-template.liquid.

  2. Edit the collection template: Open the collection template file and locate the code that generates the collection grid or loop. This is where you’ll add the necessary modifications.

  3. Add collection title and “Shop Now” text: Within the collection loop, find the code that displays the collection image and add the collection title and “Shop Now” text underneath it. Here’s an example of how you can structure the code:


  
    
  
  ### {{ collection.title }}
  Shop Now

I don’t really get it.. I’m using dawn theme do you know where I can find it?