user2402509
user2402509

Reputation:

Change link color in MediaWiki navigation panel

I want to change the visited link colors of navigation panel.

I succeed changing the link colors for my main body: '.\mediawiki\skins\common\commonElements.css' -> .mw-body a.extiw:visited OK

But I can't find the proper file and the proper ID for it. Could you help me out?

Appreciate that.

Upvotes: 2

Views: 950

Answers (1)

Isaac Contreras
Isaac Contreras

Reputation: 329

I think the main CSS file resides within the /skins/vector/ folder. Can you check in there? In my experience, it is the a:visited property you'll need to modify, but by using any HTML inspector (F12 in IE and Ctrl+Shift+C in Chrome) you'll be able to find it quickly.

Upvotes: 1

Related Questions