How can I adjust the border color (also while hovering) of my submit button on this page: http://my-transformance.de/
It would be ideal if it is the same like the “Kontakt”-button in the header with blue border, blue font and when hovering both is grey.
Can you please help me with the css?
Thank you!
Hey transformmedia,
Please try the following in Quick CSS under Enfold->General Styling:
.home input[type=submit], .home input[type=submit]:hover {
border-color: blue;
color:blue;
}
Best regards,
Rikard
Hey Rikard,
thanks for your reply, but unfortunately this code doesn’t change anything at my website.
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon