[IMP] theme_*: adapt themes with new s_freegrid snippet
anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore , buzzy, clean, cobalt, enark, graphene, kea, kiddo, loftspace, monglia, nano, notes, odoo_experts, orchid, paptic, real_estate, treehouse, vehicle, yes, zap This commit adapts the design of `s_freegrid` for multiple themes, based on the new Odoo 18 snippet redesign. task-4104931 closes odoo/design-themes#881 Part-of: task-4077427 Related: odoo/odoo#177573 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
@@ -274,6 +274,22 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== FREE GRID ======== -->
|
||||
<template id="s_freegrid" inherit_id="website.s_freegrid">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Innovative Design and Art That Inspire Change
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
||||
Dive into the world of design and fine art with our collection of forward-thinking pieces. Discover how creativity drives change in the art world through our exclusive exhibitions and publications.
|
||||
</xpath>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a" position="replace" mode="inner">
|
||||
Discover More
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== KEY BENEFITS ======== -->
|
||||
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
|
||||
<!-- Titles -->
|
||||
|
||||
Reference in New Issue
Block a user