Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Robin Friend
    #199263

    Take a look at the article titled “a good way to move forward.” How can I remove this gray background?

    Ninja Lead Moderator
    #540628

    This way will help you remove the grey background:

    Open the templates/ja_teline_iv_t3/less/style.less file

    Find and change:


    .ja-teline-wrap {
    background: url("@{T3ImagePath}/stripe-bg-2.png") repeat;
    margin-bottom: @T3globalMargin;
    padding: (@T3globalPadding/5);

    .row-fluid {
    min-height: 0;
    }

    .t3-sidebar .t3-module {
    margin: 0 0 (@T3globalMargin/4) 0;
    }
    }

    To:


    .ja-teline-wrap {
    background: none;
    margin-bottom: @T3globalMargin;
    padding: (@T3globalPadding/5);

    .row-fluid {
    min-height: 0;
    }

    .t3-sidebar .t3-module {
    margin: 0 0 (@T3globalMargin/4) 0;
    }
    }

    Robin Friend
    #546592

    Just seeing this. Didn’t get a system notification. Thanks for your help!

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

This topic contains 3 replies, has 2 voices, and was last updated by  Robin 9 years, 8 months ago.

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