Hi, I’m working on a website drakehoward.co.uk and I’ve done a slider on the Home page with 3 images (all set as background images). On the first slider (the white building), I needed to move the image up. I come across a post on your forum for something similar and I added in the CSS. This worked great, however it applied it to all 3 images. Is there a way of altering the CSS code so it just changes the position of the first slider image?
Here’s the CSS I used:
div.tp-bgimg.defaultimg {
background-position: 100% -230px !important;
}
Thanks!