MM5 Skin Hot Link text color

To discuss development of addons / skins / customization of MediaMonkey.

Moderators: jiri, drakinite, Addon Administrators

Blackcat12
Posts: 113
Joined: Mon Dec 31, 2012 11:41 am

MM5 Skin Hot Link text color

Post by Blackcat12 »

Hi,
I have been toying with a custom MM5 skin and have not found a way to impact the color of the hotlink text as seen next to the artwork image from the artist view. Is there a way that I can adjust this?

Here is a screenshot for reference. https://www.mediafire.com/view/z09f9qxi ... k_Text.jpg


Thanks!
Ludek
Posts: 4945
Joined: Fri Mar 09, 2007 9:00 am

Re: MM5 Skin Hot Link text color

Post by Ludek »

Inspecting it has the "hotlink" class: https://www.dropbox.com/s/guystz40f8yfc ... 9.png?dl=0

"hotlink" class in skin_layout.less is defined as

Code: Select all

.hotlink {
    color: @hotlinkColor;
}
So changing the @hotlinkColor should do the trick:
https://www.dropbox.com/s/yurnwuhry4gpl ... 1.png?dl=0
Blackcat12
Posts: 113
Joined: Mon Dec 31, 2012 11:41 am

Re: MM5 Skin Hot Link text color

Post by Blackcat12 »

That did the trick... :D . Thank you, Ludek!
Post Reply