Replace logo using Quark child theme

@jmaster To replace the default logo provided by Quark, you could do the following in you own child theme’s folder:

  • Go to “user/themes/your-child-theme”
  • Create folder “/images/logo”
  • Copy your logo inside the new folder
  • Edit “your-child-theme.yaml” and add the following variable:
     custom_logo:
       - name: your-child-logo.png
    

Open your website in the browser and you should see your own logo. The size of the logo can be altered to your liking using css.