Guides
Practical, copy‑paste guides to set up and customize Aligna fast.
- Open Online Store → Themes → Customize.
- Theme settings → Typography & Colors.
- Choose Inter for headings/body; set Primary #2563EB and Accent #10B981.
// CSS variables used across the theme
:root { --primary:#2563EB; --accent:#10B981; } - Customize → Header → Toggle “Sticky header”.
- Add section “Mobile booking bar” and link it to your booking page.
Paste your provider script in Theme settings → Global scripts.
<script src="https://example.com/wa-multi-agent.js" async></script>
<script>window.WA_MULTI_AGENT= { agents:[{ name:"Support", phone:"+923059051007" }] };</script> Use the booking_script slot exposed by the theme.
{% if settings.booking_script %}
{{ settings.booking_script }}
{% endif %} - Add Hero style → service headline and CTA.
- Add Services grid → choose style 1 or 2.
- Add Testimonials and Pricing table.
- Finish with a Book now CTA.
Add the section “Portfolio Gallery – Style 2”. Upload square images with descriptive alt text.
- Product template → reorder: media, description, reviews, related products.
- Ensure unique product copy and FAQs.
Fill page meta title/description; add FAQ block to relevant pages.
{
"@context":"https://schema.org",
"@type":"FAQPage",
"mainEntity":[{"@type":"Question","name":"…","acceptedAnswer":{"@type":"Answer","text":"…"}}]
} Looking for something else? Contact support.