Home Forums Themes Support Claue How to change the search style

Viewing 1 reply thread
  • Author
    Posts
    • #19534
      Anonymous

      How to change the search style

       

      Home

    • #19547

      Hi,

      Please add below css code

      .search-form {
      	border-bottom: 1px solid #ccc;
      	padding-left: 20px;
      	position: relative;
      }
      .search-form::before {
      	content: "\f002";
      	font-family: fontawesome;
      	position: absolute;
      	top: 8px;
      	left: 0;
      }
      input.search-field {
      	border: none !important;
      	padding: 0 !important;
      	margin: 0;
      }
      .search-submit {
      	border: none !important;
      	text-indent: -999em;
      	width: 1px;
      	padding: 0 !important;
      }

      best regards

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

Viewing 1 reply thread

You must be logged in to reply to this topic.