By Jeff Suddaby on Sunday, 15 June 2014
Posted in General Issues
Likes 0
Views 743
Votes 0
Hi,

A couple of questions about the EasyBlog toolbar:

1) At http://cast.cloudaccess.net/ the Search Input Text-box on the Toolbar is using a dark font on a dark background. How do I a) change the background color of the input text-box and/or b) change the font-color when the user inputs their search query?

2) How do I change the color of the Toolbar itself?

TIA - Jeff.
Hello Jeff Suddaby,

I am really sorry for the delay of this reply as it is a weekend for us here.
Try apply this following CSS code in your template css file and see how it goes.

a.)

#ezblog-menu .blog-navi #ezblog-search {
color: red !important;
}


b.)

#ezblog-menu .blog-navi{
background: yellow !important;
}
·
Sunday, 15 June 2014 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there
I was trying to find out how to change the color of the toolbar and got to this post. My problem is - not being very experienced with working with css files - how do I know which css file to add your suggested code to? My theme has got lots of css files :-) I tried adding your code to the file template.css but that did not effect any change. Also I would want to have the color #112f41, can I enter this code instead of green or yellow, once I know where to put it?
Thanks for your help and best regards
Gabriella
·
Tuesday, 17 May 2016 17:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Gabriella,

Perhaps you can start a new thread regarding this css question and provide us with your Joomla backend and FTP access so we can better have a check?

By the way, I will lock and mark this thread as resolved.
·
Tuesday, 17 May 2016 17:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post