Hi,
I have a problem with the appearance of my submit button. It only reacts to the style I give it in ATO>style and configure comments>submit button style.
The additional options I fill in in the ATO menu tab "Forms", options "Submit Buttons: Default Style" and "Submit Buttons: Hover Style" aren't published.
I also tried a css insert.
.button:hover {
background-color: #de0000;
color: #ffffff;
}
I want it to change color when hovering the mouse above it. For some reason it had a border that made it appear like a 3D button. I managed to get rid of that, but I want it to change color in hover-style!
Any ideas?
Thanks a lot in advance,
Ilke