Files
design-themes/theme_enark/views/snippets/s_call_to_action.xml
T
xlu-odoo 3f75d0377b [IMP] theme_enark: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2601581

Part-of: odoo/design-themes#500
2021-09-24 04:52:26 +00:00

13 lines
338 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_call_to_action" inherit_id="website.s_call_to_action">
<!-- Paragraph -->
<xpath expr="//h3" position="replace" mode="inner">
As <b>436 clients</b> before you, lets work together
</xpath>
<xpath expr="//p" position="replace"/>
</template>
</odoo>