Hello, first of all really THANKS for building a so cool template =) it's wonderful!
I also love your background image
but I preferred changing it with another one.
So I uploaded mine with FileZilla on the same folder of the image of the template, and then i found by Joomla the position of the CSS attribute that I had to change:
the css file is
css/template.css
and the part to change was:
/* SLIDESHOW */
#jf-slideshow {
background-clip: border-box;
background-color: #00446D;
background-image: url(../images/banner.jpg);
background-origin: padding-box;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
position: relative;
z-index: 50;
}
I changed
banner.jpg with
translateb.jpg, my picture, that was in the SAME folder. I save the changes and it seems all ok, but when I look at the website... STILL the picture of before. I also tried to change the link of the picture, but nothing.
Can you help me with this? Ah, sorry for my poor english
I'm italian!
Thanks again,
Diego