Skip to Content
Menú
This question has been flagged
1 Respondre
996 Vistes

Hello, I am trying to modify the default background color for odoo website module but i cant find the property i want to modify. In the Devtools console the property code i want to modify is: 

#wrapwrap > main {
background: #38383B;
}

Any ideas how i can change this code in the source code across all web pages?

I am using Self-hosted on Debian 12, Due to karma restrictions i can not post a photo..



Avatar
Descartar
Autor Best Answer

This has been solved, I found a SCSS file, does not matter the module and added the following code and it changed the global background color by default:

#wrapwrap > main {
    background: #38383b;
}
Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de juny 25
2864
0
de maig 17
3629
3
de març 15
10975
1
de març 15
4780
1
de juny 24
2374