Dawn theme questions regarding code customization

Hi all,

Recently I switched to the free shopify dawn theme to built a new store. Since the code is a little bit different I have a few questions regarding editing the code of some elements. The store is plantybrand.com. The password is neglea

  1. How can I center the CTA buttons of the image banner section on the homepage?

  2. How can I change the colors of only the buttons of the image banner section?

  3. How can I change the font of the navigation?

  4. How can I embed an automatically played video on the home page and product pages?

I appreciate any help I can get! Thanks in advance. (I am using the shopify 2.0 Dawn theme)

Cedric

@PlantyBrand - for first 3 points open that page in customizer and check if you have those options, else we will need to use custom css coding.

Video can be added to homepage via custom html section and if you want same video for all product pages then ad that video to product template so it is shown on all pages.

Thank you for your response. Yes I understand. My question is how do I code those 4 things in the dawn theme?

@PlantyBrand - CSS code needs to be written as per the classes/ids used on your pages

And what is the css code I need to write for the changes? And where exactly should I write it for each change?

@PlantyBrand - you can add to theme.scss/css file , are you familiar with css? if no then I recommend hire someone and then you can ask them all the changes you need

I do know how to code a little. I did solve a few things already. Does anyone know how I can move the buttons of the image banner to the center and how I can change the font of all the buttons in shopify dawn theme?