跳至内容
菜单
此问题已终结
1 回复
1122 查看

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;
}
形象
丢弃
相关帖文 回复 查看 活动
1
6月 25
3029
0
5月 17
3841
3
3月 15
11097
1
3月 15
4891
1
6月 24
2584