Thank you for choosing Luminis Wedding HTML template. This guide explains how to install, customize, and deploy the template.
index.html in your browser for local preview./assets /css → main styles (main.css) /js → scripts (main.js) /img → images and placeholders /docs or documentation.html → this file /index.html, /gallery.html, /faq.html, /contact.html, /components.html /contact_process.php → contact form backend
Edit CSS variables and Google Fonts import inside
assets/css/main.css.
:root {
--primary:#d977a3;
--text:#1f2937;
--bg:#ffffff;
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;600&display=swap');
Swap files in assets/img/. Recommended sizes: hero
1600×900, gallery 1200×800. Use JPG (quality 75–85) or WebP.
Open contact_process.php and set your recipient email:
$to = "your-email@example.com"; // TODO: set your email
Upload to a PHP-enabled hosting. After submit, users see a success
message. If emails don't arrive, contact your hosting provider to enable
mail() or configure SMTP.
example.com/wedding/). Avoid free hosts.