Skip to Content
Menu
This question has been flagged
1 Atsakyti
2995 Rodiniai
Can classes or IDs be added to the elements (blocks) of the web? To identify and add css properties to unique elements.


Portretas
Atmesti
Best Answer

Hi,

Yes, in Odoo, just like in any other web development framework, you can add classes or IDs to elements (blocks) to identify and apply CSS properties to them. Odoo follows standard web development practices, so you can manipulate HTML templates and CSS files to achieve this.


Example :


<template id="custom_template" name="Custom Template">

    <div class="custom-class" id="unique-id">

        <!-- Your content here -->

    </div>

</template>



Hope it helps

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
rugs. 24
3767
1
liep. 24
2005
1
liep. 24
2028
1
gruod. 22
2768
0
geg. 22
2348