Hello guy!
First, you copy file “/modules/ja_slideshow2/ja.slideshow2.css” and put this file into the “/templates/ja_tube/css/“, Before you put this file open the file and find codes:
.ja-slide-item img {
background: #000000;
border: 1px solid #1C1C1C;
padding: 4px;
}
Replace:
.ja-slide-item img {
/* background: #000000;
border: 1px solid #1C1C1C;
*/
padding: 0px !important;
}
– Change color for the header text:
.maskDesc .ja-slide-desc h3 {
margin: 0;
padding: 0;
}
Replace:
.maskDesc .ja-slide-desc h3 {
margin: 0;
padding: 0;
color:#000
}
– Change color for the description text:
.maskDesc .ja-slide-desc {
padding: 20px 40px;
color: #CCCCCC;
font-size: 150%;
}