Skip to Content
मेन्यू
This question has been flagged
1 Reply
2912 Views
Can classes or IDs be added to the elements (blocks) of the web? To identify and add css properties to unique elements.


Avatar
Discard
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

Avatar
Discard
Related Posts Replies Views Activity
1
सित॰ 24
3703
1
जुल॰ 24
1924
1
जुल॰ 24
1949
1
दिस॰ 22
2691
0
मई 22
2273