Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
1087 Переглядів

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..



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

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;
}
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
черв. 25
3005
0
трав. 17
3810
3
бер. 15
11081
1
бер. 15
4878
1
черв. 24
2550