By David on Wednesday, 07 June 2017
Posted in Technical Issues
Likes 0
Views 423
Votes 0
I've just updated to the latest EasySocial/Easyblog combo and am trying to change the colour of the Search button but can't work out how to do this.

There's a new stylesheet that came with the new Easyblog update, style-modules-5.1.8.min.css

It contains the following style:

#eb .mod-btn-primary {
color: #fff !important;
background-color: #1e88e5 !important;
border-color: #1e88e5 !important;
}

I tried to override this using custom.css but this didn't work.

I also tried adding a template override css, ie. style-modules-5.1.8.min.css, to the folder:
/home/echoacti/public_html/templates/ja_obelisk/html/com_easysocial/styles
but this didn't work.

Is there another way to override this?

Cheers, David
HI there,

Maybe you can try to apply CSS code below on your custom.css and see how it goes

#eb.eb-mod.eb-mod-search .mod-btn {
background-color: red !important;
border-color: red !important;
}
·
Wednesday, 07 June 2017 13:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Warith! Fixed it : )
·
Wednesday, 07 June 2017 14:35
·
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, 07 June 2017 14:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post