By Luana on Wednesday, 22 October 2014
Posted in General Issues
Replies 7
Likes 0
Views 432
Votes 0
hello
I have a problem with the display of the search page in the blog.
I would change the bar and the button. how can I do?
thanks
Hello Luana,

You can use this in your CSS code:

This is for the form height. Change the height until you find it suitable to your needs

#eblog-search .search-input input {
height: 14px !important
}


As for the button, you might want to provide us your site URL so we can send you the CSS fix once we tested your site. Or you can try it yourself using this css code:

#eblog-search .search-button {

}
·
Wednesday, 22 October 2014 20:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks so much.
The height of the form is ok, but the button no. It 's strange because the setting of the css I have set put them under the old button. where it takes this?
·
Friday, 24 October 2014 16:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Luana,

You can provide us your Backend access so we can fix it for you.
·
Friday, 24 October 2014 16:55
·
0 Likes
·
0 Votes
·
0 Comments
·
yes thanks

http://lady-bug.net/acquaflex/administrator
username: ******
pass: ******
·
Friday, 24 October 2014 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Luana,

I can't access the template manager in your admin site. I get This webpage is not available. However, can you please try to insert this CSS code into your template css file.


#eblog-search .button-search {
background: #3498db !important;
}


Hope this helps.
·
Friday, 24 October 2014 17:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Grazieeeee!!!! Perfect!
·
Friday, 24 October 2014 17:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Luana,

Glad it works.
·
Friday, 24 October 2014 17:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post