By Mehmet Alp Sirin on Sunday, 14 May 2017
Posted in General Issues
Likes 0
Views 643
Votes 0
Hello Everyone,

how do I change the color of the search button (or disable the search button?) of the EB search Module on http://www.tahtapod.info

I tried following code:



button.mod-btn.mod-btn-primary {
background: #FE7500;!important;
}



But I wasn't successful.
Can u help me?

BR,

Alp
You can try this :


#eb.eb-mod.eb-mod-search .mod-btn-primary{
background-color: #FE7500 !important;
border-color: #FE7500 !important;
}
·
Sunday, 14 May 2017 11:20
·
0 Likes
·
0 Votes
·
0 Comments
·
works great tnx
·
Wednesday, 17 May 2017 06:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 17 May 2017 10:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post