Skip to content

Guide - how to use your template

Everything you need to know to launch your website. No technical background required.

1. What you get after purchase

After payment, you will receive a download link via email. The same link is available in your Layqo.com customer panel under "Orders".

Inside the ZIP file is a ready-made website - HTML, CSS, and JavaScript files. The site is already personalized with the data you entered in the creator (company name, address, description, opening hours). Just upload it to hosting and it works.

Tip: You can download your template multiple times within 30 days (Premium plan has no time limit). If you need more time, contact us.

2. Unpacking and file structure

After extracting the ZIP archive, you will see the following structure:

your-website/
  index.html     - main page (all content is here)
  style.css      - stylesheet (colors, fonts, layout)
  script.js      - scripts (animations, contact form)
  images/        - image folder
    logo.png
    hero.jpg
    ...

The most important file is index.html - this is where all your site content lives. You can open it in a browser (double click) to see how it looks.

3. How to edit your template

You do not need any special software. A free text editor is enough:

  • Visual Studio Code (recommended!) - free, with syntax highlighting. Download from code.visualstudio.com
  • Sublime Text - fast editor for any OS
  • Atom - free and open source

Changing text content

Open index.html in the editor. Find the text you want to change and simply overwrite it:

<!-- Before: -->
<h1>My Company</h1>

<!-- After: -->
<h1>Jack's Bakery</h1>
Tip: Use Ctrl+H (Find and Replace) to quickly replace all instances of a text at once.

4. Replacing images

Images are in the images/ folder. To replace an image:

  1. Prepare your new image in JPG or PNG format
  2. Name it the same as the old one (e.g. hero.jpg)
  3. Copy it to the images/ folder (overwrite the old file)
Performance tip: Before uploading, resize images to max 1920px width and compress them at tinypng.com - your site will load faster.

5. Changing colors and fonts

Colors and fonts are defined at the top of the CSS file. Look for CSS variables:

:root {
  --accent: #6366f1;     /* main color - change to yours */
  --bg: #0a0a0a;        /* background color */
}

Change the HEX color values to your own. Good color generators: coolors.co or colorhunt.co.

6. Uploading to hosting

Hosting is where your website lives on the Internet. Recommended providers:

  • Netlify.com - free for static HTML sites, very easy
  • Vercel.com - another great free option
  • Hostinger.com - affordable paid hosting
  • cyber_Folks.pl - good Polish hosting, from ~3 EUR/month

Step by step (cPanel hosting):

  1. Buy hosting and log in to the control panel (cPanel or DirectAdmin)
  2. Open "File Manager"
  3. Go to the public_html folder
  4. Upload all files from the extracted ZIP
  5. Make sure index.html is directly inside public_html
  6. Visit your domain in a browser - the site should work!

7. Connecting a domain

Buy a domain (e.g. mybusiness.com) from a domain registrar like Namecheap, Cloudflare, or OVH. Then set the DNS nameservers to those provided by your hosting. DNS changes can take a few minutes to 24 hours.

8. SSL certificate

SSL is essential - without it, browsers show a "Not Secure" warning, and Google lowers your search ranking. Most hosting providers offer a free SSL certificate (Let's Encrypt). Look for "SSL/TLS" in your hosting panel and enable it with one click.

9. SEO basics

Layqo templates are already SEO-optimized. A few additional things you can do:

  1. Page title - edit the <title> tag. Include your business name and keywords.
  2. Meta description - max 155 characters, compelling description.
  3. Content - write natural, useful texts. Google values unique descriptions.
  4. Image alt text - add alt attributes to every image.
  5. Google Search Console - register your site at search.google.com/search-console
  6. Google Business Profile - set up a profile on Google Maps if you have a local business.

10. Frequently asked questions

Do I need programming skills?

No. Layqo templates are ready-made HTML files you can edit in a simple text editor. Change texts, images, and colors without writing code from scratch.

Can I use one template for multiple sites?

One license is for one website. If you need more, order additional templates.

How long can I download my template?

The download link is active for 30 days. Premium plan has no time limit. Need an extension? Email us at hello@layqo.com.

Can I modify the template after purchase?

Yes! You can freely modify the HTML, CSS, and JavaScript files. Change texts, images, colors, section layout - everything is possible.

What if something does not work?

Email us at hello@layqo.com with your order number and problem description. We respond within 24 hours on business days.

Are templates responsive?

Yes, every template automatically adapts to phone, tablet, and desktop screens.

Are templates SEO-optimized?

Yes. Templates have proper HTML5 structure, meta tags, fast loading, responsiveness, and clean code - the foundations of good SEO.

What image formats are supported?

JPG, PNG, and WebP. We recommend JPG for photos and PNG for graphics with transparency (e.g. logos).

Ready for your website?

Choose a template and create a professional website in minutes.

Browse templates