Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • nedzad grebovic Friend
    #705985

    Please, how can I add backround in center-top position on this template?

    (image: http://www.automagazin.ba/images/stories/15/jun/cesta150-cb.jpg)

    TomC Moderator
    #706094

    Can you be a bit more specific as to the exact location of/for where you want to add the background image?

    Perhaps a screenshot mock up pointing out the area?

    TomC Moderator
    #752311

    Can you be a bit more specific as to the exact location of/for where you want to add the background image?

    Perhaps a screenshot mock up pointing out the area?

    nedzad grebovic Friend
    #706164

    Nothing special. Background image, position top-center and fixet during scroling. I just want kill white backround mate. Nothing special.

    nedzad grebovic Friend
    #752378

    Nothing special. Background image, position top-center and fixet during scroling. I just want kill white backround mate. Nothing special.

    TomC Moderator
    #706316

    Try This . . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/ja_magz_ii/css/

    Within that custom.css file, paste the following CSS rule:


    .t3-header {
    background: #ffffff none repeat scroll 0 0;
    }

    Modify the “background” property witht he file path of the image you wnat to use as your background. Here are a few additional resources for understanding how to utilize background images in CSS:

    https://css-tricks.com/almanac/properties/b/background-image/

    http://www.sitepoint.com/web-foundations/background-image-css-property/

    TomC Moderator
    #752422

    Try This . . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/ja_magz_ii/css/

    Within that custom.css file, paste the following CSS rule:


    .t3-header {
    background: #ffffff none repeat scroll 0 0;
    }

    Modify the “background” property with the file path of the image you wnat to use as your background. Here are a few additional resources for understanding how to utilize background images in CSS:

    https://css-tricks.com/almanac/properties/b/background-image/

    http://www.sitepoint.com/web-foundations/background-image-css-property/

    nedzad grebovic Friend
    #719115

    Code you sent works only for strip at very top:

    None of modules for backrounds works at this template!!!

    Quite interesting 🙂

    nedzad grebovic Friend
    #752922

    Code you sent works only for strip at very top:

    None of modules for backrounds works at this template!!!

    Quite interesting 🙂

    TomC Moderator
    #719216

    <em>@nedzad72 499512 wrote:</em><blockquote>Code you sent works only for strip at very top:[/quote]

    I thought you had said that this is what you wanted. :-[

    TomC Moderator
    #752949

    <em>@nedzad72 499512 wrote:</em><blockquote>Code you sent works only for strip at very top:[/quote]

    I thought you had said that this is what you wanted. :-[

    nedzad grebovic Friend
    #719319

    I would like background on whole page mate 🙂

    Fixed, unmoveble, nice image to fullfill whitness 🙂

    nedzad grebovic Friend
    #753006

    I would like background on whole page mate 🙂

    Fixed, unmoveble, nice image to fullfill whitness 🙂

    TomC Moderator
    #719757

    Try This . . . . .

    Within file path —> /templates/ja_magz_ii/css/off-canvas.css
    at line 13, modify the “background” property with the image you want for your background.


    .t3-wrapper {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    overflow: visible;
    position: relative;
    transition: transform 0.5s ease 0s;
    z-index: 99;
    }

    Modify the “background” property with the file path of the image you wnat to use as your background.
    Here are a few additional resources for understanding how to utilize background images in CSS:

    https://css-tricks.com/almanac/properties/b/background-image/

    http://www.sitepoint.com/web-foundations/background-image-css-property/

    TomC Moderator
    #753071

    Try This . . . . .

    Within file path —> /templates/ja_magz_ii/css/off-canvas.css
    at line 13, modify the “background” property with the image you want for your background.


    .t3-wrapper {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    overflow: visible;
    position: relative;
    transition: transform 0.5s ease 0s;
    z-index: 99;
    }

    Modify the “background” property with the file path of the image you wnat to use as your background.
    Here are a few additional resources for understanding how to utilize background images in CSS:

    https://css-tricks.com/almanac/properties/b/background-image/

    http://www.sitepoint.com/web-foundations/background-image-css-property/

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

This topic contains 15 replies, has 2 voices, and was last updated by  TomC 8 years, 6 months ago.

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