Hi All
I am successfully using this CSS to change the colour of my Next / Previous buttons.
.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton{
background-color: #017EDD;
color: #FFFFFF; /*
}
How do I split this out so I have individual control over each button?
Thanks :)