By robert howard on Friday, 26 February 2016
Posted in General Issues
Likes 0
Views 417
Votes 0
Hi Guys

This is probably been answered some where, I did have quick search but couldn't find.

I ant to change the elegant toolbar from black to purple, where in the css can I do this did have a look around but don't want to touch until i am sure

Thanks
Rob
Hey there,

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

You can try following css and see how it goes?

div#fd.es .es-navbar {
background: #2E0854 !important;
}
·
Saturday, 27 February 2016 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

That's fine and thanks for reply, do I add this to custom?? sorry not great with css.

Will this change the search area and the drop down menus also

Also sorry a quick question is it possible to turn email notifications of for a profile type??

Thanks
Rob
·
Saturday, 27 February 2016 18:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

Try following css and see how it goes?

div#fd.es .es-nav-search {
background: purple !important;
}

div#fd.es .es-nav-search input.search-query {
background: purple !important;
}

div#fd.es .es-nav-search input.search-query:focus {
background: purple !important;
}

div#fd.es .es-nav-dropdown {
background: purple !important;
}



Also sorry a quick question is it possible to turn email notifications of for a profile type??

I have a little bit lost here, can you elaborate more details regarding this?
·
Saturday, 27 February 2016 18:56
·
0 Likes
·
0 Votes
·
0 Comments
·
i want to see if its possible on a profile type is there a way to turn of email notifications as default and just have site notifications turned on and if members require they go to notification settings and turn on.

Sorry to sound dumb where do I change that code??
·
Saturday, 27 February 2016 19:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

I changed the color on the four lines you stated as below or am I in the wrong style sheet.

/components/com_easysocial/themes/elegant/styles/toolbar.css

I then I cleared the cache and compiled and still black, do you think you could change where I need and send me the file and then I upload to site, do you need to compile once you make a change to the css?
I used hex instead of purple

Thanks
Rob
·
Saturday, 27 February 2016 22:01
·
0 Likes
·
0 Votes
·
0 Comments
·
its ok don't worry we have decided to leave the black but can you still help with question about email notfications when you have time please

Thanks Rob
·
Sunday, 28 February 2016 05:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Rob,

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

I'm not encourage you put your custom css in Easysocial core styling file.

The best is put your custom code in your current template css file e.g. JoomlaFolder/templates/jsn_corsa_pro/css/custom.css

i want to see if its possible on a profile type is there a way to turn of email notifications as default and just have site notifications turned on and if members require they go to notification settings and turn on.

Sorry to sound dumb where do I change that code??

Unfortunately that was not possible to do this in profile type, but you can disabled by default from your backend > Easysocial > alert page. Which mean that when you disable all the email notification item to NO, when the new user come to register in your site, all the email notification by default will set to No.

Hope this help.
·
Sunday, 28 February 2016 15:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

Thanks for the reply and sorry to trouble you guys at the weekend, and for future reference I will make notes of your answers

And thank you for your response to my other question and that's great thank you

Enjoy the rest of your weekend

Thanks
Rob
·
Sunday, 28 February 2016 18:57
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

Keep us updated then if you still having issue or question in the future.

Have a nice weekend too.
·
Sunday, 28 February 2016 19:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post