How do I change the color of the icons and the background of the community toolbar? I tried to do this using “theme magic” but it only had limited customization capability.
I would have asked this in the support forum now that I have already purchased JomSocial and socialize. But I cannot find the post a question option anywhere except in presales area. How can i get support in the forum in the future if my topic doesn’t exist?
I have attached a screenshot of the community toolbar. In the image there is a jet black color sample below it that I created using theme magic. I would like to make the community bar that same color.
You've posted in wrong forum category. Please, pay attention where you create a thread as it may cause delays in our response.
Add this code to ROOT/templates/socialize/css/custom.css (if you don't have custom.css, feel free to create it):
#community-tb-wrap.community-toolbar .navbar .nav > li > a i {
color: red;
}
Replace "red" wyth any color hex that will fit your needs.
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you