Home Forums Themes Support Claue Changing input color code

Viewing 7 reply threads
  • Author
    Posts
    • #25951

      Hi Harry,

      I have changed the placeholder color to #696969 from #878787 because the default value is so light and hard to read.

      I would like to change the all input color to black but when I try input{color: black;} I see that the submit button of the newsletter also gets black.

      How can I change the input color to black without a bad affecting somewhere else?

      Regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25953

      And also the border of the check boxes and drop-down lists are so light harry. http://take.ms/PIYdd

      In the mobile, the drop-downs are so transparent.

      Any code to override them?

      I would like to make black the ticks at the check boxes. Check these :

      http://take.ms/cIwdU

      http://take.ms/51DUe

      Regards

       

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25955

      Hi Rahim,

      Could you change the software to take screenshot to https://prnt.sc/ it now monosnap does not support our region.

      Please add below code

      input[type="text"] {color: #696969;}
      .style-checkbox label {border: 1px solid #ccc;}

      The issue of drop-down list on mobile it related to mobile device and can’t style.

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #25960

      Hi Harry,

      Thank you.

      How can I make black the tick inside the checkbox?

      Regards.

       

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25961

      Hi Harry,

      The input css is applied only to name and address on checkout, not the postal code and email.

      How can I fix this?

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25965

      Please change code to

      input[type="text"],
      input[type="email"],
      input[type="password"],
      input[type="tel"] {color: #696969;}
      .style-checkbox label {border: 1px solid #ccc;}
      .style-checkbox label:after {
          border: 2px solid #000;
      }

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #25966

      Hi Harry,

      It becomes this :

      Regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25981

      Hi Rahim,

      Please change code to

      input[type="text"],
      input[type="email"],
      input[type="password"],
      input[type="tel"] {color: #696969;}
      .style-checkbox label {border: 1px solid #ccc;}
      .style-checkbox label:after {
      border: 2px solid #000;
      border-right: 0;
      border-top: 0;
      }

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 7 reply threads

You must be logged in to reply to this topic.