Tagged: x
-
AuthorPosts
-
April 19, 2016 at 10:34 am #890267
jsjmccrackenParticipantHello,
I have two questions:
1. On http://www.tablerockkennels.com/home/contact/ how do I reduce the padding between the slider and the container below it? I thought:
.home .contact .x-container.max.width.offset {
margin-top: 10px;
}Or
.contact .x-container.max.width.offset {
margin-top: 10px;
}would do the trick but neither worked…
2. Also, how do I change the font color in the contact form to #fff?
Thank you for the help!
Jacob
April 19, 2016 at 10:01 pm #891114
FriechModeratorHi Jacob,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.page-id-15 .x-container.offset { margin-top: 10px; }For the text form add this to custom css as well.
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { color: #fff; }Hope it helps, Cheers!
April 19, 2016 at 11:34 pm #891186
jsjmccrackenParticipantYou guys are the best! Thank you!
April 20, 2016 at 7:47 am #891706
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-890267 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
