Hi,
I'm trying to add a border around my slideshow on my test site here, http://vt.realestatetestblog.com/ (style is off right now as I am working on adding a border around the slideshow).
I've created my background image and uploaded it to the correct folder, but I need to add the span tag so that I can properly style it.
Which file does the <span></span> tag need to go in?
I hope that this question provides enough info :)
I'm using the default nggallery default stylesheet and have inserted the following code to start with that I will style once I get the background image to show:
.ngg-slideshow span {
position: absolute;
background: url(slideshow-bg.png);
}
Thanks in advance!