By Valentin Bricot on Friday, 09 June 2017
Posted in General
Likes 0
Views 546
Votes 0
Hello how to change the color of the search button ? Color wish #e65834

I also have the problem of error every time I save an article.
Hi Valentine,

This actually fall under customization, as outlined in http://stackideas.com/support
However I can help you a bit on this. Perhaps, you can apply these css code in your custom.css file:

#eb .mod-btn-primary:hover, #eb .mod-btn-primary:focus, #eb .mod-btn-primary:active, #eb .mod-btn-primary.active, .open .dropdown-toggle_#eb .mod-btn-primary{
background-color: #e65834 !important;
border-color: #e65834 !important;

}
#eb .input-group-btn .mod-btn-primary {
background-color: #e65834 !important;
border-color: #e65834 !important;
}

Having said that, if you require us to perform the customization for you, you can always request for a quote from us at https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.
·
Friday, 09 June 2017 15:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Your code does not work and for the error it comes to doubt?
·
Saturday, 10 June 2017 02:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

It seems like somewhere generated this index.html from this file location JoomlaFolder/administrator/components/com_easyblog/includes/fields/types/..

I already removed it, it should work fine now.
·
Saturday, 10 June 2017 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, the error message and resolved, but for the color of the button it does not work the css code
·
Saturday, 10 June 2017 13:25
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try this following CSS and see how it goes.

div#eb.eb-mod-search button {
color: #fff !important;
background-color: red !important;
border-color: red !important;
}

div#eb.eb-mod-search button:hover,
div#eb.eb-mod-search button:focus,
div#eb.eb-mod-search button:active {
color: #fff !important;
background-color: red !important;
border-color: red !important;
}
·
Saturday, 10 June 2017 14:49
·
0 Likes
·
0 Votes
·
0 Comments
·
No it does not work.
·
Saturday, 10 June 2017 21:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay, please tell me which page search button you referring?
·
Saturday, 10 June 2017 22:53
·
0 Likes
·
0 Votes
·
0 Comments
·
The menu bar, The menu bar, I reassure you it is well the search module of Easy Blog.

(Your codes do not work on other pages either.)
·
Sunday, 11 June 2017 05:24
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like you didn't follow my css, you can check my attached screenshot below.

I already help you applied my custom css into this file -> JoomlaFolder/templates/jp-adventures/html/com_easyblog/styles/custom.css

Can you check and see is it work fine now?
·
Sunday, 11 June 2017 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry but it does not work, I have seen the addition of the code in the --- --- JoomlaFolder / templates / jp-adventures / html / com_easyblog / styles / custom.css file. ----- See screenshot (Perform on several browsers)
·
Sunday, 11 June 2017 15:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a public holiday for us here.

If I am not wrong, you have use CDN on your server, if yes, can you clear your CDN cache and your browser and see how it goes?
·
Monday, 12 June 2017 13:04
·
0 Likes
·
0 Votes
·
0 Comments
·
it does not work.
·
Monday, 12 June 2017 16:43
·
0 Likes
·
0 Votes
·
0 Comments
·
I have no ideas even you said already clear your CDN cache from your server.

By the way, I've tried to change the color from the css code, you can check my first attached screenshot below.

Then i manually access this custom.css URL -> https://www.bricotvalentin.com/templates/jp-adventures/html/com_easyblog/styles/custom.css , it still show the red color code.

Mean something was cached from your server or it could be related with your current template.
·
Monday, 12 June 2017 21:09
·
0 Likes
·
0 Votes
·
0 Comments
·
OK it works on the home page, but not on this page - https://www.bricotvalentin.com/blog/search/

The button Subscribe to our blog and become blue. --- And you can put it back in color # e65834, thank you.

div#eb.eb-mod-search button {
color: #fff !important;
background-color: #e65834 !important;
border-color: #e65834 !important;
}

div#eb.eb-mod-search button:hover,
div#eb.eb-mod-search button:focus,
div#eb.eb-mod-search button:active {
color: #fff !important;
background-color: #e65834 !important;
border-color: #e65834 !important;
}
·
Monday, 12 June 2017 21:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Valentin Bricot,

Kindly find my response for your inquiries below:

OK it works on the home page, but not on this page - https://www.bricotvalentin.com/blog/search/

-> I've apply the css below in the same file:

#eb div.input-group .btn-primary {
color: #fff !important;
background-color: #e65834 !important;
border-color: #e65834 !important;
}
#eb div.input-group .btn-primary:hover, #eb .btn-primary:focus, #eb .btn-primary:active, #eb .btn-primary.active, .open .dropdown-toggle_#eb .btn-primary{
color: #fff !important;
background-color: #e65834 !important;
border-color: #e65834 !important;
}


The button Subscribe to our blog and become blue. --- And you can put it back in color # e65834, thank you.

-> Maybe my colleague accidentally disable the 'subscribe' button css code. I've put it back https://www.screencast.com/t/Ya9Cgil2Q
·
Tuesday, 13 June 2017 12:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, I'm emptying the CDN and hiding them and I would like to inform you.
·
Tuesday, 13 June 2017 15:20
·
0 Likes
·
0 Votes
·
0 Comments
·
I confirm that everything works very well, thank you for your patience and your support quality.
·
Tuesday, 13 June 2017 15:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Great Valentin! You are most welcome Glad to hear your issue has resolved.

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.

Have a nice day ahead
·
Tuesday, 13 June 2017 15:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post