Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • crazyleggs Friend
    #132326

    How do I change the background color of the product slider?

    Thanks

    Sherlock Friend
    #266280

    Hi !
    you can do it following way below :
    open template_css.css file in templates/ja_larix/css folder , find following code section :


    #ja-sliderwrap {
    padding: 20px 30px 0 30px; /*background: url(../images/slider-bg.gif) repeat-x top left #E6E6E6;*/
    }

    #ja-slider {
    margin: 0;
    padding: 0;
    }

    change to :


    #ja-sliderwrap {
    padding: 20px 30px 0 30px; /*background: url(../images/slider-bg.gif) repeat-x top left #E6E6E6;*/
    background:#000;
    }

    #ja-slider {
    margin: 0;
    padding: 0;
    background:#000;
    }

    #000 is sample background color , you can change it by other color code.

    crazyleggs Friend
    #266610

    Thanks, worked like a charm.

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

This topic contains 3 replies, has 2 voices, and was last updated by  crazyleggs 16 years, 2 months ago.

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