Topic on Skin talk:Medik

How to change color "mw-desktop-sitename"

2
Summary by Kghbln

See the CSS provided in the answer.

212.216.193.212 (talkcontribs)

I was able to change the color of the NAVBAR but I would like to change the color of the text but I don't know what to change

Kghbln (talkcontribs)

I believe something like this on "MediaWiki:Medik.css" should do it:

#p-banner,
#p-banner:hover,
#p-banner:visited,
.mw-hamb {
    color: red;
}

Change the color as required.