Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • th3who Friend
    #168453

    Hello I want to make the frontpage background image a fixed background image. What is the proper way to change the frontpage background image and make it a fixed image? also what height and width should the image be so it fits the frontpage properly? Thanks

    Manos Moderator
    #412155

    Hi,

    You have to edit /templates/ja-social/css/template.css and add the following code:


    body#bd {
    /* Add some background picture */
    background: url(../images/bg_main.jpg) no-repeat;
    background-position:center 0px;
    background-attachment: fixed;
    }

    Regards

    Manos

    th3who Friend
    #412161

    Thanks I have another question. When making a custom theme what is the proper way to customize ja-container to make a fixed background?

    Trimud Friend
    #412164

    Hi,

    You’ll have to do it in the custom theme template.css

    If You have any other question do not hesitate to ask.

    Regards

    th3who Friend
    #412169

    Hello I just copied the green-color theme from core/themes and pasted it in local/themes renamed it customtheme. When i go to (local/themes/customtheme/css) the customtheme css file there is no template.css but there is template-ie.css and template-rtl.css. Do I customize the template-ie.css and template-rtl.css? or should I copy template.css from templates/ja-social/css and paste in the local/themes/customtheme/css file? thanks

    Trimud Friend
    #412176

    Hello,

    You don’t need to copy anything, just create and upload blank template.css file and add the changes You want to make to the original template.css file.

    Regards

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

This topic contains 6 replies, has 3 voices, and was last updated by  Trimud 13 years, 1 month ago.

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