By Supporter on Monday, 31 August 2015
Replies 3
Likes 0
Views 1.1K
Votes 0
Hello,

Can you please post the lines that I have to modify to add a border to the search box?
( top and bottom border in blue)

Thank you!
Try the following CSS which you could add to your templates css files:


div#fd.eb .eb-navbar-search {
border-top: 1px solid #1E88E5;
border-bottom: 1px solid #1E88E5;
}

Change to your desired color of course.
·
Monday, 31 August 2015 16:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mike !

I was trying to add it in
div#fd.eb .eb-navbar-search .form-control
·
Monday, 31 August 2015 17:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mike,

Thank you for the help.

Supporter,

Glad that your issue has been resolved now.
·
Tuesday, 01 September 2015 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post