Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to Add Styles in odoo-9

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 174
    Comment on it

    In odoo-9 first we have to install odoo website builder module after this, lets first create an empty file and named it style.less and place it in a folder called less in static folder. The following rules will style our Services page.
    For example you can use below code in your src->js->css file.

    .services {
        background: #EAEAEA;
        padding: 2em;
        margin: 3em 0 4em;
        li {
            display: block;
            position: relative;
            background-color: #16a085;
            color: #FFF;
            padding: 1.5em;
            text-align: center;
            margin-bottom: 1.5em;
            font-size: 2em;
        }
    }
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: