Page 1 of 1
Link text color
Posted: Tue Feb 20, 2018 10:44 am
by jenstar13
Hi
Can you tell me how to change the active link color in Fusion, I thought it was in the base.css n line 394 and I changed #4D89F9 to black
but that did not seem to do anything
392 li.menulink a.activemenulink, li.menulink a.activemenulink:visited {
393 font-weight: normal;
394 color: black;
395 }
Can you point me in the correct direction to change the blue active link in the dashlets to black so it can be read on a big screen monitor across the room?
Re: Link text color
Posted: Tue Feb 20, 2018 1:32 pm
by lmiltchev
Are you talking about the links under the "Server", "Host", and "Service" columns in the Network Operations Center in Nagios Fusion? Can you show us a screenshot of this page?
What is the version of the Nagios Fusion that you are currently using?
Re: Link text color
Posted: Wed Feb 21, 2018 9:46 am
by jenstar13
I've uploaded the image
it's a dashboard I created with latest status alerts, and latest hosts alerts (none at this time)
we just upgraded fusion to 4.1.1
but I see there's a new version as of yesterday. does this version give us the ability to change colors?
if not, is the change in the base.css?
thank you in advance
Jen
Re: Link text color
Posted: Wed Feb 21, 2018 12:53 pm
by npolovenko
@jenstar13. I don't think this option is coming up in the new version. You can open the base.css file:
Code: Select all
nano /usr/local/nagiosfusion/html/static/css/base.css
And change the color on line 72.
That should do it. Keep in mind that if you change the color, but then choose to upgrade the Fusion, everything will get overridden back to its default values.
Re: Link text color
Posted: Wed Feb 21, 2018 1:19 pm
by jenstar13
Thank you, that worked perfectly
Re: Link text color
Posted: Wed Feb 21, 2018 1:52 pm
by npolovenko
@jenstar13, Great! Do you have any other questions for us before I lock this thread?
Re: Link text color
Posted: Wed Feb 21, 2018 2:01 pm
by jenstar13
no thank you, you can lock the thread
Re: Link text color
Posted: Wed Feb 21, 2018 2:02 pm
by npolovenko
Sounds good.