Tagged: x
-
AuthorPosts
-
June 15, 2016 at 8:30 pm #1044334
ahurlburt53ParticipantI’m trying to change the color labels to color: #39c6e7; having no luck
fieldset li label {
font-size: 13px;
text-align: left;
margin-top: 5px;
margin: 0 10px 5px 0;
line-height: 17px;
color: #39c6e7;
}screen shot http://i.imgur.com/1kqwG0Q.png
web page https://vsfmarketing.com/thank-you/
June 15, 2016 at 11:11 pm #1044523
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
ul.form_fields label { color: #fff !important; }Thanks.
June 16, 2016 at 4:56 am #1044913
ahurlburt53Participantdid not work
June 16, 2016 at 5:11 am #1044927
DarshanaModeratorHi there,
Your CSS won’t work when you have incorrect rules in your custom CSS area. Copy all of your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) and check for errors (parsing errors). Newly added CSS won’t parse correctly until you fix those errors.
Thanks!
June 16, 2016 at 5:12 am #1044928
ahurlburt53Participantscreen shot http://i.imgur.com/hzRowML.png
June 16, 2016 at 5:23 am #1044942
DarshanaModeratorHi there,
Please follow the above post and resolve your custom CSS rules that has been placed in to your Customizer.
CSS lint found 17 errors and 312 warnings.Please refer (https://snag.gy/263Pfo.jpg).
Thanks!
June 16, 2016 at 5:24 am #1044943
ahurlburt53Participantso thats your answer. Where do you think I got all these css errors
June 16, 2016 at 6:34 am #1045025
Paul RModeratorHi,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
June 19, 2016 at 2:14 am #1049010
ahurlburt53ParticipantThis reply has been marked as private.June 19, 2016 at 8:20 am #1049207
ChristopherModeratorHi there,
Find this code :
body #gform_wrapper_2 .gform_heading .gform_title {color: #22222} body .gform_wrapper {border:0px solid #transparent; padding: 2rem; border-radius: 4px; } body .gform_wrapper .gform_footer input[type=submit] {border: 2px solid black} body #gform_wrapper_6 .gform_body .gform_fields .gfield .gfield_label {color: #000000}And update it to :
body #gform_wrapper_2 .gform_heading .gform_title { color: #22222; } body .gform_wrapper { border:0px solid transparent; padding: 2rem; border-radius: 4px; } body .gform_wrapper .gform_footer input[type=submit] { border: 2px solid black; } body #gform_wrapper_6 .gform_body .gform_fields .gfield .gfield_label { color: #000000; }Find this media query and close curly bracket at right place :
@media ( min-width: 980px ) { .home #x-section-7 .h-custom-headline, .home #x-section-6 .x-columnize { width: 85%; margin: 0 auto; }Hope it helps.
June 20, 2016 at 3:42 am #1050191
ahurlburt53Participantty I removed all code and non useful css. Looks like everything is working
June 20, 2016 at 3:53 am #1050209
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1044334 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
