Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #702678

    Hi ,

    we want to change the color of one button .. how do i do that without changing all the colors?

    its on a contact form.

    Thanks

    #702780

    Hey grwebs,

    Could you post a link to the site in question so that we can take a closer look please? Also please point out the button you would like to make changes to.

    Thanks,
    Rikard

    #702863

    We would like the newsletter subscribe form area on the front page near the bottom
    an orange background, white text everywhere, darker orange in the first and last name fields, white subscribe button with orange “subscribe” text, the button then turns light gray when its hovered over

    #702955

    Hi!

    The Button has a Data Attribute. Try to target it with that, it will do help you a bit

    Let us know if we can help you further

    Regards,
    Basilis

    #704537

    Hi I don’t have a clue on how to do that. I am not a coder. Any additional help would be very much appreciated.

    #704550

    Hi,

    Please edit your color section element where you have your newsletter subscribe section and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png

    And then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-unique-id input.text_input {
        background: #ae482a!important;
        color: white!important;
        border: none!important;
    }
    #your-unique-id input.button {
        color: #c3512f!important;
    }
    input.button:hover {
        background: #f2f2f2!important;
    }
    

    Adjust colors as needed :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.