Tagged: x
-
AuthorPosts
-
September 13, 2016 at 11:34 am #1173378
iamartParticipantI have this issue i need to change a text color in a specific place, thing is that can’t find exactly where to do that. i find the code :
element.style {
}
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 {
display: inline-block;
height: 2.45em;
margin-bottom: 9px;
border: 1px solid rgba(0,0,0,0.1);
padding: 0 1.45em;
line-height: normal;
color: rgba(255,255,255,0.9); ==== > this color it supposed to be #f36f21 < ====
background-color: rgba(0, 0, 0, 0.08);
}but can’t find where to change it..
the url is http://satcomlat.com/product/helios-tt/ so you can see for yourselfe
this is in all products that have that choice.Please advise
September 13, 2016 at 12:30 pm #1173471
RupokMemberHi there,
I can’t see the option on your given URL (and checked other products as well) – http://prntscr.com/chlnsn
So can’t give you the tailored code for the right selector. Let us know how we can access this.
Thanks!
September 14, 2016 at 11:03 am #1175003
iamartParticipantThis reply has been marked as private.September 14, 2016 at 1:29 pm #1175229
RupokMemberHi there,
Thanks for writing back. It seems you have this code :
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 { background-color: rgba(0, 0, 0, 0.08); border: 1px solid rgba(0, 0, 0, 0.1); color: rgba(255, 255, 255, 0.9); display: inline-block; height: 2.45em; line-height: normal; margin-bottom: 9px; padding: 0 1.45em; }So you can just change the color to your preferred color code. What’s wrong you are facing here?
If you want to set color/ background for this specifically then you can try adding this :
select.addon-select { background-color: #eee; color: #f36f21; }Hope this helps.
September 14, 2016 at 5:43 pm #1175577
iamartParticipantThis reply has been marked as private.September 15, 2016 at 12:01 am #1176064
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
body .woocommerce-EditAccountForm.edit-account input { color:#000 !important; }Hope that helps.
September 15, 2016 at 7:41 am #1176510
iamartParticipantThanks for Everything…
Awesome Customer Support
September 15, 2016 at 8:47 am #1176627
DarshanaModeratorGlad we were able to help 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1173378 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
