Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1097 Visualizzazioni

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
Abbandona
Autore Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
giu 25
3007
0
mag 17
3816
3
mar 15
11082
1
mar 15
4880
1
giu 24
2554