• Resolved kikinovak

    (@kikinovak)


    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]

Viewing 1 replies (of 1 total)
  • Hi @kikinovak,

    Thank you for using the Hestia theme and contacting us.

    I’m sorry for the delay and I see that you have already changed the color for all these sections successfully.

    If you have any other questions – let us know!

Viewing 1 replies (of 1 total)
  • The topic ‘Custom color for newsletter subscription and contact form’ is closed to new replies.