Homepage › Community Forums › Ally Theme Support › thin line below header image on Ally › Reply To: thin line below header image on Ally
None of that worked, and I even tried adjusting the height in functions.php
OK. Plan B. How do I get the gradient slider background replaced with the actual background image so that the large solid gray (gradient) does not show up? I’ve tried replacing replacing this:
.ally-dark #slider-wrap {
background-color: #000;
background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#333));
background-image: -webkit-linear-gradient(top,#000,#333);
background-image: -moz-linear-gradient(top,#000,#333);
background-image: -ms-linear-gradient(top,#000,#333);
background-image: -o-linear-gradient(top,#000,#333);
background-image: linear-gradient(top,#000,#333);
}
With this…
.ally-dark #slider-wrap {
background-image: url(images/bkg1.jpg);
}
FAIL!
I have about 10 days to get this site done and still have about 100 pages & products to add!