mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_real_estate: theme improvement
Revamp of `theme_real_estate`
task-4178611
closes odoo/design-themes#945
X-original-commit: 1201131f28
Signed-off-by: Outagant Mehdi (mou) <mou@odoo.com>
This commit is contained in:
@@ -3,8 +3,19 @@
|
||||
|
||||
<template id="s_striped_top" inherit_id="website.s_striped_top">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="attributes">
|
||||
<attribute name="class" add="h2-fs" separator=" "/>
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
<font class="text-o-color-2">ESTATE®.</font> Your Easy Home Search, All in One
|
||||
</xpath>
|
||||
<!-- Lead -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
With a simple click, finding your dream home has never been easier. Explore your future with ease and confidence.
|
||||
</xpath>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a" position="attributes">
|
||||
<attribute name="class" remove="btn-primary" add="btn-secondary btn-lg" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="//a" position="replace" mode="inner">
|
||||
Search Now
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user