Change Menu Bar Colour - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Change Menu Bar Colour (/showthread.php?tid=1729) |
Change Menu Bar Colour - manos@dynamitec - 19.11.2018 Hello everyone, Is there any way that i can change the blue colour on the MENU BAR to a custom colour? Thank you and best regards, RE: Change Menu Bar Colour - admin - 19.11.2018 Do you mean the admin interface? RE: Change Menu Bar Colour - manos@dynamitec - 19.11.2018 (19.11.2018, 19:28)admin Wrote: Do you mean the admin interface? I mean the Navigation Menu Bar that can be docked on the left. When you select an item is highlighted in Blue. Can i change that colour to a custom one? Thank you for your answer. Best regards, RE: Change Menu Bar Colour - admin - 20.11.2018 This Custom CSS changes main color to orange. Adjust as needed. Code: .a, RE: Change Menu Bar Colour - manos@dynamitec - 20.11.2018 (20.11.2018, 12:07)admin Wrote: This Custom CSS changes main color to orange. Adjust as needed. Always providing solutions Thank you Admin RE: Change Menu Bar Colour - oyvindnordbo - 18.12.2018 Hi, enjoyed this very well, but it is possible to change the font color from black to white, on the name om the scheduels? RE: Change Menu Bar Colour - admin - 18.12.2018 Code: .navbar .title { RE: Change Menu Bar Colour - oyvindnordbo - 18.12.2018 Thank you admin RE: Change Menu Bar Colour - Rookie - 03.01.2019 Hi, I have problems with custom CSS and graphics. When I update the .gz file, I'm unable to import it to mosaic. When I download some examples from forum they works fine, but after modifying files does not work. Is there different types of .gz files? RE: Change Menu Bar Colour - Daniel - 04.01.2019 (03.01.2019, 20:05)Rookie Wrote: Hi,Hi What did you try to import and where? PS. Create separate thread for different topics like this. BR RE: Change Menu Bar Colour - manos@dynamitec - 16.06.2023 (18.12.2018, 14:01)admin Wrote: Hello Admin, Can you please add here which parameters should be changed to be able to set the Navigation Menu width? I would like to make larger to fit the complete description of the trends. Thank you in advance! RE: Change Menu Bar Colour - admin - 16.06.2023 Use this. If you need to change the width then the left property should be width + 21. Code: .trends .sidebar-menu { |