Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • meiros Friend
    #169353

    Hi,

    I need to make some changes in Ja_Slidshow module. I have attached one image to help my questions:

    1 – Want to change that red color to white;
    2 – Change the gray small bar in the left of screen. Change that to white;
    3 – Need to change the red bar, in the right of screen, to white;


    1. erro6
    khoand Friend
    #417197

    <em>@meiros 273281 wrote:</em><blockquote>Hi,

    I need to make some changes in Ja_Slidshow module. I have attached one image to help my questions:

    1 – Want to change that red color to white;
    3 – Need to change the red bar, in the right of screen, to white; </blockquote>
    You replace this code from /templates/ja_minisite/core/themes/red/css/template.css

    #ja-slideshow {
    background: url(../images/bgd_info.png) 50% 0 repeat-y;
    }

    with

    #ja-slideshow {
    background: white;
    }

    <em>@meiros 273281 wrote:</em><blockquote>2 – Change the gray small bar in the left of screen. Change that to white;</blockquote>
    You replace this code from /templates/ja_minisite/css/template.css

    #ja-breadcrums {
    background: url(../images/bgd_breadcrums.gif) 50% 0 repeat-y;
    }

    with

    #ja-breadcrums {
    background: white;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 12 years, 11 months ago.

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