Custom color for newsletter subscription and contact form
-
Hi,
I’m currently setting up a webpage using Hestia for a friend of mine who’s a book author in Austria.
The default color for the big button on the main page is pink. I managed to customize this to a more decent orange using the following custom CSS:
.buttons a {
color: #ffffff;
background: #cc6600 !important;
}.buttons a:focus {
color: #ffffff;
background: #cc9900 !important;
}.buttons a:hover {
color: #ffffff;
background: #cc9900 !important;
}.buttons a:active {
color: #ffffff;
background: #cc6600 !important;
}.buttons a:visited {
color: #ffffff;
background: #cc6600 !important;
}Now I’d like to do the same thing – with the same color scheme – for the following page elements:
– Newsletter subscription button (“Abonnieren”)
– Contact form title (“Schreiben Sie mir”)
– Contact form submission button (“Nachricht senden”)
I have a hard time identifying the respective CSS classes for these elements.
Thanks & cheers from the sunny South of France,
Niki
The page I need help with: [log in to see the link]
- The topic ‘Custom color for newsletter subscription and contact form’ is closed to new replies.