Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Tech-xml Friend
    #662195

    I am using a background on the video page. I would like it to work like the background of the events page (Fixed).

    Adam M Moderator
    #662282

    Hi @insofticursos,

    Please open file /templates/ja_teline_v/css/custom.css then look for this code :

    .video-page .t3-wrapper {
    background-attachment: fixed center top #0077bb;
    filter: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/fundo.jpg) !important;
    }

    update as below :

    .video-page div.t3-wrapper {
    background-attachment: fixed;
    filter: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/fundo.jpg) !important;
    }

    Tech-xml Friend
    #662489

    Solved, Thanks

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

This topic contains 3 replies, has 2 voices, and was last updated by  Tech-xml 9 years, 3 months ago.

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