Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3056 Переглядів
Can classes or IDs be added to the elements (blocks) of the web? To identify and add css properties to unique elements.


Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
вер. 24
3860
1
лип. 24
2099
1
лип. 24
2112
1
груд. 22
2848
0
трав. 22
2404