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.
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
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!