conormcglonesays
hi again, also I thought there was a 2 col page layout with a right side? Sure I read that somewhere, is there?
conormcglonesays
hi again, also I thought there was a 2 col page layout with a right side? Sure I read that somewhere, is there?
conormcglonesays
forget the last 2 post, sorted that, but, can I change the colour of the pop up bar on the cat rotator from black to white?
look for a file called jd.gallery.css under “fcs > css”
Around line 91 you’ll see this…
.jdGallery .slideInfoZone
{
position: absolute;
z-index: 10;
width: 876px;
margin: 0px;
padding: 0px;
bottom: 0;
height: 40px;
background: url(img/brownpixel.png);
color: #fff;
text-indent: 0;
overflow: hidden;
}
You can change the background here.
conormcglonesays
Actually is there any way I can stop that pop up appearing over the category rotator, really dont want it?
beyonddesignsays
Set that same element to…
.jdGallery .slideInfoZone {display:none;}
154comments