Home Forums Themes Support Claue CSS for placeholder text color in cart

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #19879

      Can you please advise the custom CSS required to change the color of the placeholder text in the Street Address fields in the cart?  I can change the color once text is inputted, but cannot find the right code to change the color of the existing placeholder text.

      Thanks

    • #19888

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      ::-webkit-input-placeholder {
      	color: #c1c1c1;
      }
      :-moz-placeholder {
      	color: #c1c1c1;
      }
      ::-moz-placeholder {
      	color: #c1c1c1;
      }
      :-ms-input-placeholder {
      	color: #c1c1c1;
      }

      and change #c1c1c1 to your color

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

    • #19893

      Thanks!

Viewing 2 reply threads

You must be logged in to reply to this topic.