By Andor on Friday, 01 August 2014
Posted in General Issues
Replies 5
Likes 0
Views 567
Votes 0
On the login page the search menu box colour. How do you change the theme colours?
Hello Andor,

I'm really sorry that delayed of this reply,
Do you mean that the search bar on the EasySocial toolbar? Check my screenshot below.
If yes, you can apply this following CSS code and add in your template css file.

body div#fd.es .es-toolbar .fd-navbar-search .search-query {
background: red;
}

body div#fd.es .es-toolbar .fd-navbar-search {
background: red;
}

If not, can you provide some screenshot which part are you referring to? Please advise.
·
Friday, 01 August 2014 12:53
·
0 Likes
·
0 Votes
·
0 Comments
·
hi

thanks you for the response. I would like for the entire search menu to be red. As the code only made a small section red.
see screenshot attached.
Please supply me with code to make the entire search menu red.
thanks
·
Saturday, 02 August 2014 06:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Andor,

I am really sorry for the delay of this reply as it is a weekend for us here. Can you please try this instead?


body div#fd.es .es-toolbar .fd-navbar-search .search-query {
background: red !important;
}

body div#fd.es .es-toolbar .fd-navbar-search {
background: red !important;
}


I have tested the codes above with my local instance and it does modify the output to be red as you can see here, http://screencast.com/t/bkVBUXzXp3mp . If it still doesn't work, please do provide us with the link to your site. This is one of the reasons why we need your site's url because without any link to your site, we are trying to help you blindfolded
·
Saturday, 02 August 2014 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

Thank you so much for the feedback and the code. It worked perfectly.

Can you help me change all the blue colour to red within the theme?
·
Wednesday, 06 August 2014 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Andor,

Please provide us with the link to your site.
·
Wednesday, 06 August 2014 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post