I would like to have 1 color for the bar and 1 for the sub bar
also when i open the home menu the color changes back to normal
groundfeel Hi Add this code in custom.css file
.joms-toolbar--desktop, .joms-toolbar--mobile { background: #5523ab; }
About the first screenshot you posted both color already same on your site : http://prntscr.com/wb5u0h
In case you want to customize your site you can use inspect element tool from browser to check style class and override it in custom.css : http://prntscr.com/wb5ugh
Ninja
i have added the code not working and the color is fine in the normal jomsocial links but not in page builder links or any other links
https://network.artwounds.com/index.php/component/users/?view=login&Itemid=139
have a look here
groundfeel Hi Add this code for other pages in custom.css and change the color code as per needs
.joms-toolbar--desktop {background:#233!important;}
thanks now i get error for icons and mouse over hover and active
beside that issue here you can see the phone version also have issues
1: the text i need white
2: the button color is connected to the bars color i need them separated
i would like the avatar border to be thiner also
groundfeel Hi Kindly provide the same page URL from which you took the screenshot the shared url is not same as in your screenshots.
https://network.artwounds.com/index.php/home
groundfeel Hi This is not bug, its due to your custom work looking for, The best way to customize the template is use inspect element tool from browser. Example : http://prntscr.com/wjgu2m Override this style in custom.css file for different font or style as per your needs. The same process is apply for other parts you want to customize.
the other pages you can clearly see it is fine all text and icons are white only here in this page it becomes like this and you have responded to this
i have done the css custom and it works in all pages but not in others https://network.artwounds.com/index.php/search-services
groundfeel Hi You can add !important if a code is not working
fill: #ffffff!important;
worked@pankaj#142253