跳至內容
選單
此問題已被標幟
1 回覆
1077 瀏覽次數

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
2976
0
5月 17
3769
3
3月 15
11063
1
3月 15
4868
1
6月 24
2518