Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1112 Vizualizări

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



Imagine profil
Abandonează
Autor Cel mai bun răspuns

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;
}
Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iun. 25
3020
0
mai 17
3826
3
mar. 15
11093
1
mar. 15
4885
1
iun. 24
2568