Home Forums Themes Support Claue "SEARCH" Text

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

      Hi,

      I need CSS code to put a text “SEARCH” beside the icon in header.

      Please see attachment for sample.

       

      Thanks

      Attachments:
      You must be logged in to view attached files.
    • #15168

      Hi,

      Please add custom css in Claue > Theme Option > General Layout > Custom CSS

      .header__mid .sf-open::after {
      	content: "SEARCH";
      	line-height: 20px;
      	top: -4px;
      	position: relative;
      	font-weight: normal;
      	color: #666;
      	font-size: 14px;
      }

      Best regards

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

    • #15209
      LV

      Thanks

Viewing 2 reply threads

You must be logged in to reply to this topic.