badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Header Search Bar Visibility

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5195
    mgpelobello
    Participant

    Hi. Im currently using the attitude free theme. I just wanna ask if how can I make the search bar(input field) in my header appear even without clicking the search icon. This is really a great theme I hope you can help me. Thank you. And by the way, this is my site Laboratory Stack

    #5305
    sovit ranjitkar
    Keymaster

    Hi mgpelobello,

    To make the search bar(input field) in my header appear even without clicking the search icon
    Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    input.s {
    	width: 100px;
    	padding-left: 10px;
    	border-color: #eaeaea;
    	text-indent: 0;
    }

    Thank you for using our theme.

    #5704
    mehdib
    Participant

    Hi Sovit,

    Thank you in advance for the great theme design. Do you know how to change the search bar icon color ans the text inside the box (SEARCH) to a custom text?

    Thank you again

    #5706
    Rabin Shrestha
    Participant

    Hi mehdib,

    Since the search icon is an image, if you want to change the color of it you have to create new icon with color of your choice and use it using child theme also for changing search text too you have to edit the code, there is no direct option for this.

    Rabin

    #5715
    mehdib
    Participant

    Good, how about the text in the search box ? i’m builting my website in french and want to remove (Search) and put a french word.

    Thank you guys.
    Rgrds

    #5721
    Rabin Shrestha
    Participant

    @mehdib for that you have to create translation file. Have a look here on this article http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/

    Rabin

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.