Task: Hide powered by odoo text
To hide the powered by odoo text do the following or our team members can support you do the odoo development.
Open the file named: base.css
Search or locate for : oe_footer
Add visibility: hidden; in the tag following 3 tag:
.openerp .oe_leftbar > div .oe_footer{
.openerp .oe_leftbar > div .oe_footer a{
.openerp .oe_leftbar > div .oe_footer a span {
Example:
.openerp .oe_leftbar > div .oe_footer {
background: #f0eeee;
text-align: center;
visibility: hidden;
}
.openerp .oe_leftbar > div .oe_footer a {
font-weight: bold;
color: black;
visibility: hidden;
}
.openerp .oe_leftbar > div .oe_footer a span {
color: #a24689;
visibility: hidden;
}
No comments:
Post a Comment