Okay
  Public Ticket #1230431
Problems to customize the Theme
Closed

Comments

  • Prosub started the conversation

    I´m trying to add a video as background in the home page but it´s not working.

    Then I tried to add an full width image but it looks like it is cutting in the left side, after visit another bar in the browse the image appears correctly.

    Acctually we are trying to do the same layout as the option "Home Page" on the following link: http://themes.laborator.co/#theme=aurum

  • [deleted] replied

    Hi Prosub,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    Can you please add the code below to your Custom CSS area:

    body {
    background: url(http://themes.laborator.co/aurum/assets/img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    }