Getting started#
Install the Aligna Shopify theme and choose the preset. Configure colors, typography, and header image to match your brand.
{
"presets": [
{ "name": "Aligna", "settings": { /* your defaults */ } }
]
}
Theme settings#
Global options include light/dark theme, sticky header, WhatsApp chat, promo popup, and cookie notice.
Branding#
Use your logo and site title. Provide homepage title and description for search engines.
// Example copy
Homepage title: Service first, commerce ready
Homepage description: Launch a site that books clients and sells products with one polished theme.
Sections catalog#
Included modules: announcement bar, header styles 1–3, hero styles 1–3, services and portfolio blocks, product stack, related services, testimonials, client logos, newsletter, promo popup, floating chat, search page, 404, password page.
SEO setup#
Aligna outputs JSON-LD for Organization, Breadcrumb, Collection, Product, Blog, Article, and FAQ. Add meta title and description per page. Use alt text for images.
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Aligna",
"url": "https://coocoobabys.com"
}
Performance tips#
- Use font-display swap
- Lazy-load media
- Minimize render-blocking CSS/JS
- Use optimized images
Booking integration#
Paste your Sesami or Calendly script into the booking slot.
<script>/* calendly or sesami */</script>
FAQs#
Does Aligna support both services and products?
Yes. Service-first flows paired with product pages.
Is dark mode included?
Yes. Toggle with local storage memory.
What JSON-LD is included?
Organization, Breadcrumb, Product, Collection, Blog, Article, FAQ.