Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • minas69 Friend
    #185952

    Hi,

    I want to place a background image for the light theme…

    What I have to do ?

    Thanks in advance
    markus

    Ninja Lead Moderator
    #487008

    You can change background image on light theme

    Open templates/ja_mero/css/custom.css file

    add new script

    body {
    background: url(../images/your_background.jpg);
    }

    With image path: templates/ja_mero/images/your_background.jpg

    minas69 Friend
    #487153

    Hi Ninja,

    thanks for your answer but nothing happen. My custom css now looks like :

    @import “../fonts/open-sans/stylesheet.css”;
    body {
    background: url(../images/body-bg.jpg);
    }

    thanks
    markus

    Ninja Lead Moderator
    #487315

    It still seems to be difficult for me to guess the issue and give out the solution if I do not have a look at it. So, could you please let me know your site URL here for further investigation?

    minas69 Friend
    #487429

    sned pm 🙂

    Ninja Lead Moderator
    #487705

    <em>@minas69 365349 wrote:</em><blockquote>
    @import “../fonts/open-sans/stylesheet.css”;
    body {
    background: url(../images/body-bg.jpg);
    }
    </blockquote>

    Hi markus,

    You can try do this with script below

    Open templates/ja_mero/css/custom.css file

    Add new script


    body {
    background: url(../images/body-bg.png) no-repeat center top #E0EDFB;
    }

    With image background path: templates/ja_mero/images/body-bg.png

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum