Tagged: x
-
AuthorPosts
-
March 21, 2017 at 9:03 am #1414938
I need to change the input text on contact form to white and the tags in the blog to white. Also, the content in the footer… Can’t find the setting anywhere.
Thanks
March 21, 2017 at 10:45 am #1415093Hey There,
Thanks for writing in!
To change the color of Contact form, please add this CSS at Appereance > Customizer > Custom > CSS :
.uneditable-input { color:#733325;
Note : You can change the hex code to the required color in the above code.
And which color do you want to change in the footer? Let us know so we can give you a tailored answer.
Thanks for understanding!
March 21, 2017 at 1:49 pm #1415339Footer needs to be a light grey, just to make it more legible.
Thanks! Super theme and cornerstone is a god send!
March 21, 2017 at 1:51 pm #1415344Unfortunatly the code didn’t work…
.uneditable-input {
color:#733325;March 21, 2017 at 2:32 pm #1415383Hi There,
Please add the following code to Appereance Customizer Custom CSS
.wpcf7 textarea , .entry-footer a { color: white; }
Hope it helps
Joao
March 21, 2017 at 2:33 pm #1415385Unfortunatly the code didn’t work…
.uneditable-input {
color:#733325;March 21, 2017 at 2:36 pm #1415389Sorry but neither of the above have worked.
March 21, 2017 at 2:37 pm #1415391screenshot
March 21, 2017 at 2:39 pm #1415397screenshot… again
March 21, 2017 at 2:44 pm #1415406Hi There,
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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
March 21, 2017 at 3:03 pm #1415422This reply has been marked as private.March 22, 2017 at 4:18 am #1415987Hi There,
Do you mean this content right? 2017 © Claudine King Brows & Beauty Limited Website by. Add this on your custom CSS.
footer .x-colophon-content { color: #fff; text-shadow: none; font-weight: 600 !important; }
change the input text on contact form to white
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; }
tags in the blog to white.
.blog .entry-footer a {color: #fff;}
Clear your browser’s cache before you preview the page.
Hope it helps, Cheers!
March 22, 2017 at 4:54 am #1416004Thank you so much! This all worked perfectly. Thank you!!!
March 22, 2017 at 9:24 am #1416251If you need anything else please let us know.
-
AuthorPosts