Debut Theme Collection & Product Page Customization

Hey there! I’m trying to wrap up the last bits of customization for my client on this site here:

https://z9ltjvue70csrsa2-6528335936.shopifypreview.com

Is there a way to center the copyright at the bottom of the footer in desktop view? I have it figured out in mobile

Then, is there a way on the collection pages to make the collection page title bigger - but just those so that it doesn’t affect other copy?

Last, on the product page is there a way to add a drop shadow to the main image?

Thank y’all!

@BreCreative

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-footer {text-align: center;}
.collection-header h1 {font-size: 60px;} /* change font size as you like */
.product-single__photo-wrapper {box-shadow: 0px 0px 30px #ee81a8;}

Thank you!! Those all worked perfectly