Link text color

This support forum board is for questions relating to Nagios Fusion.
Locked
jenstar13
Posts: 174
Joined: Wed May 11, 2016 7:48 am

Link text color

Post 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?
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: Link text color

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
jenstar13
Posts: 174
Joined: Wed May 11, 2016 7:48 am

Re: Link text color

Post 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
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Link text color

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
jenstar13
Posts: 174
Joined: Wed May 11, 2016 7:48 am

Re: Link text color

Post by jenstar13 »

Thank you, that worked perfectly
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Link text color

Post by npolovenko »

@jenstar13, Great! Do you have any other questions for us before I lock this thread?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
jenstar13
Posts: 174
Joined: Wed May 11, 2016 7:48 am

Re: Link text color

Post by jenstar13 »

no thank you, you can lock the thread
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Link text color

Post by npolovenko »

Sounds good.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked