Okay
  Public Ticket #1251897
Image background on the homepage
Closed

Comments

  •  6
    caromalet started the conversation

    Hello! How are you?

    I was wondering if there is an option to add an image instead of a colour for the background of the website. If not, there is any chance to add it by Custom CSS?

    Could you help me?

    Kind regards,

    Caro

    {"wp":{"use":false,"adminUrl":"http://c0770234.ferozo.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Caro,

    I'm fine, hope that you are the same

    That is possible, to change your body color you just need to go to your Theme Options > Theme Styling > Custom Skin and change the color on the Background Color area.


    (view on new page)

    For more info you can read this article How to create my own skin.

  •  6
    caromalet replied

    Hi Ylli! Yes, I know that but what I mean is how can I do to, instead of colour, put an image background because I want to put a colour with gradient like this image.

    There is possible to add this image? 

    Regards!

    Caro

  • [deleted] replied

    Hi Caro,

    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

    You can add a code like this on your Custom CSS area:

    /* Background Image */
    .wrapper {
        background:url(http://www.yourwebsite.com/your-image-url.jpg);
    }
    
  •  6
    caromalet replied

    You are really the best.

    Sorry for bother you,

    kind regards

    Caro :)