I've tried changing every color in the style manager so I thought maybe I needed to customise contact buddy itself. Please let me know what I have to change to make it visible. I want the black background. Thanks.
http://2fly2fly.com/contact/
Thank you,
Zach
Colors
Started by
Zach Waldman
, Jun 24 2011 04:16 AM
2 replies to this topic
#1
Posted 24 June 2011 - 04:16 AM
#2
Posted 24 June 2011 - 06:04 AM
Add the following at the end of child theme's style.css:
.page-id-33 .post-title h1, .page-id-33 .post-title h2, .page-id-33 .post-title h3 {
color: #FFFFFF;
}
.page-id-33 {
color: #FFFFFF;
}
li.contactbuddy-submit {
margin-top: 1em;
}
input[type="submit"] {
background: #FFDC73;
color: #333333;
}
Builder FAQ | Builder Wiki | Builder Basics Videos | Builder Advanced CSS Videos
Follow me on Twitter | Get latest news on Builder at our Facebook page | My Builder Snippets Blog
#3
Posted 24 June 2011 - 06:09 AM
You've been absolutely incredible with all of the help. Thank you very much.





