Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1173378
    iamart
    Participant

    I 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

    #1173471
    Rupok
    Member

    Hi 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!

    #1175003
    iamart
    Participant
    This reply has been marked as private.
    #1175229
    Rupok
    Member

    Hi 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.

    #1175577
    iamart
    Participant
    This reply has been marked as private.
    #1176064
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    body .woocommerce-EditAccountForm.edit-account input {
        color:#000 !important;
    }
    

    Hope that helps.

    #1176510
    iamart
    Participant

    Thanks for Everything…

    Awesome Customer Support

    #1176627
    Darshana
    Moderator

    Glad we were able to help 🙂

  • <script> jQuery(function($){ $("#no-reply-1173378 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>