Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • lincoln1 Friend
    #205087

    I would like to insert a bacgkground image for my magazine layout. How do I achieve this.

    I would like to remove the background image from my events layout.

    Thanks in advance.

    Ninja Lead Moderator
    #565047

    My solution below will help you to do that

    + Create templates/ja_teline_v/css/custom.css file

    + Remove background image in events layout by add new css style


    .layout-events body {
    background: none;
    }

    + Add new background image into magazine layout by add new css style


    .t3-wrapper {
    background: transparent;
    }
    .layout-events body {
    background: url(../images/ev-bg.jpg) no-repeat fixed center top #0077bb ;
    background-size: 100%;
    }

    sobe Friend
    #565095

    <em>@Ninja Lead 466097 wrote:</em><blockquote>My solution below will help you to do that

    + Create templates/ja_teline_v/css/custom.css file

    + Remove background image in events layout by add new css style


    .layout-events body {
    background: none;
    }

    + Add new background image into magazine layout by add new css style


    .t3-wrapper {
    background: transparent;
    }
    .layout-events body {
    background: url(../images/ev-bg.jpg) no-repeat fixed center top #0077bb ;
    background-size: 100%;
    }

    </blockquote>

    There’s a few errors with the solution above, including:

    1) The code to add the new background image into magazine should be ” .layout-magazine body { ” and not ” .layout-events body { ”

    2) Once the background image is posted, the white background in the content block becomes transparent and impossible to read content. Is there a way to prevent this?

    3) How does one make the logo layout similar to the events-page (meaning, centered)?

    ssinha Friend
    #565118

    @sobe – I am also trying to resolve #2 in your list. I posted a similar message yesterday but so far no reply.

    As for your #3, instead of changing the magazine layout, I am just applying Event template in the menu. That gives me the logo centered as in the demo.

    Ninja Lead Moderator
    #565170

    @sobe: I agree with you .layout-magazine on magazine layout.

    .t3-wrapper {
    background: transparent;
    }
    .layout-magazine body {
    background: url(../images/ev-bg.jpg) no-repeat fixed center top #0077bb ;
    background-size: 100%;
    }

    You know, magazine and events layouts use different css style and it’s not easy to work as well when you change the background layout between both layouts, you will spend a lot of time to change the css style on your site.

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

This topic contains 5 replies, has 4 voices, and was last updated by  Ninja Lead 9 years, 1 month ago.

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