Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zomidaily Friend
    #185917

    Hi…

    How can I change the background color that I highlighted in the attached screenshot:


    1. Blue-color
    phong nam Friend
    #486793

    Hi

    In order to change backgound link your snapshot, you need to change several block’s background in
    <blockquote>templatesja_mitiuslessstyle.less</blockquote>

    – Top header


    .ja-topheader .container{
    background: @Black; // Your background here
    border-bottom: solid 1px @grayDarker;
    overflow: visible;
    position: relative;
    z-index: 100;
    }

    – Header


    .ja-header .container {
    background: url(../images/header-bg.gif) repeat left top; // You background here
    padding-top: @BaseLineHeight;
    padding-bottom: 5px;
    overflow: visible;
    }

    – Topr bar


    .ja-topbar .container {
    background: @T3FooterMenuBackground; // Change here
    border-bottom: solid 1px @grayDarker;
    }

    – Slideshow


    .ja-slideshow .container {
    background: @Black; // Change here
    padding-top: 30px;
    padding-bottom: 30px;
    }

    – Sl1 block


    .ja-sl-1 .container {
    background: @T3FooterMenuBackground; // Change here.
    border-top: solid 1px @grayDarker;
    padding-top: 30px;
    padding-bottom: 30px;
    }

    Then Compile LESS to CSS at Template Manager, Save.

    Regards,

    Leo

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

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 11 years, 1 month ago.

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