Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • juhuhu Friend
    #704403

    Hi!
    How to add background image to frontpage or any page on the website?

    pavit Moderator
    #704445

    Hi

    Please take a look HERE

    pavit Moderator
    #751261

    Hi

    Please take a look HERE

    juhuhu Friend
    #704688

    Hi,

    Thank you , I did but it`s not working for me.
    Here is my custom css:
    @media screen and (min-width:768px){.about-us .member .thumbnail{margin-bottom:0;min-height: 460px;}}
    / Background image
    // ————————————————–
    .body-background body {
    background-image: url(“/public_html/images/body-bg.jpg”);
    }

    / Override background of t3-wrapper
    // ————————————————–
    .body-background body .t3-wrapper {
    background: transparent;
    }

    juhuhu Friend
    #751410

    Hi,

    Thank you , I did but it`s not working for me.
    Here is my custom css:
    @media screen and (min-width:768px){.about-us .member .thumbnail{margin-bottom:0;min-height: 460px;}}
    / Background image
    // ————————————————–
    .body-background body {
    background-image: url(“/public_html/images/body-bg.jpg”);
    }

    / Override background of t3-wrapper
    // ————————————————–
    .body-background body .t3-wrapper {
    background: transparent;
    }

    TomC Moderator
    #704690

    Can you, perhaps, provide a screenshot mock-up of what it is you’re envisioning for your background image on your page?

    Also, it would help if you could also temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.

    TomC Moderator
    #751412

    Can you, perhaps, provide a screenshot mock-up of what it is you’re envisioning for your background image on your page?

    Also, it would help if you could also temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.

    juhuhu Friend
    #704788

    I`ll try to be more clear…
    This image should be behind every page and sticky while scrolling

    juhuhu Friend
    #751499

    I`ll try to be more clear…
    This image should be behind every page and sticky while scrolling

    Ninja Lead Moderator
    #705211

    <em>@juhuhu 496794 wrote:</em><blockquote>Hi!
    How to add background image to frontpage or any page on the website?</blockquote>

    This way will help you to do this

    Open templates/ja_sugite/css/custom.css file and add new rule


    .t3-wrapper {
    background: url('/images/body-bg.jpg') repeat center top;
    background-size: cover;
    }

    Let me know if it helps

    Ninja Lead Moderator
    #705226

    <em>@juhuhu 496794 wrote:</em><blockquote>Hi!
    How to add background image to frontpage or any page on the website?</blockquote>

    This way will help you to do this

    Open templates/ja_sugite/css/custom.css file and add new rule


    .t3-wrapper {
    background: url('/images/body-bg.jpg') repeat center top;
    background-size: cover;
    }

    Let me know if it helps

    Ninja Lead Moderator
    #751762

    <em>@juhuhu 496794 wrote:</em><blockquote>Hi!
    How to add background image to frontpage or any page on the website?</blockquote>

    This way will help you to do this

    Open templates/ja_sugite/css/custom.css file and add new rule


    .t3-wrapper {
    background: url('/images/body-bg.jpg') repeat center top;
    background-size: cover;
    }

    Let me know if it helps

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

This topic contains 12 replies, has 4 voices, and was last updated by  Ninja Lead 8 years, 7 months ago.

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