Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
14475 Prikazi

I want to quickly change default backed color and only color. Preferably without creating new module.
But I couldn't find where this color is defined.

Avatar
Opusti
Best Answer

Hello, 

You can change a theme color using changes in your web module and file path is web/static/src/scss and file name is primary_variables.scss and In this file search // Colors and you get below code.

$o-community-color: #7C7BAD;
$o-enterprise-color: #875A7B;
$o-enterprise-primary-color: #00A09D;

Maybe you get your answer.

Thanks

Avatar
Opusti
Best Answer

Video Link: https://youtu.be/amHpruXQMOg


Module Link: https://github.com/hareshkansara/odoo_tutorial/tree/13.0/odoo_theme_backend

Avatar
Opusti

Thanks, this module works great in Odoo 14

Related Posts Odgovori Prikazi Aktivnost
3
jun. 24
13256
Theme Solved
2
nov. 24
1323
0
okt. 24
980
2
dec. 23
14721
0
okt. 23
33