Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #428607

    Hi – I made a purple Colour Section – the same colour as my Button – which is now lost. See http://dominiquehurley.com/pages/contact/
    How can I change the colour button to white with purple writing. OR make it paler, or a white outline? Any suggestions?
    Thanks.

    #428925

    Hi dominiquehurley!

    Thank you for coming back.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed or add your stylings:

    
    .page-id-11425 form .button {
        background-color: white !important;
        border: 2px solid red !important;
        color: purple !important;
    }
    

    Cheers!
    Günter

    #428933

    Thanks Günter, I even changed the “red” to “white” and the purple to the #5f3194 of my theme … I can’t call myself a technophobe anymore. I’m learning so much! Thanks.
    Resolved!

    #428936

    Hi!

    Glad I could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to Change Button Colour on Contact Page’ is closed to new replies.