Files
design-themes/theme_anelusia/views/snippets/s_striped_center_top.xml
T
Brieuc-brd dbfbe10d70 [IMP] theme_anelusia: revamp the theme
task-4177978
Part of task-4177975

closes odoo/design-themes#911

Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
2024-09-23 16:45:35 +00:00

28 lines
940 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_striped_center_top" inherit_id="website.s_striped_center_top">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Embrace the Future of Fashion
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Discover the latest trends in fashion, sports, and fitness, designed to empower your unique style and elevate your active lifestyle.
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Shop Now
</xpath>
<!-- Figcaption -->
<xpath expr="//figcaption" position="replace" mode="inner">
Crafted with passion for every season
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="style">width: 50% !important;</attribute>
</xpath>
</template>
</odoo>