MM5 Skin Hot Link text color

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: MM5 Skin Hot Link text color

Re: MM5 Skin Hot Link text color

by Blackcat12 » Fri Jun 26, 2020 4:40 pm

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

Re: MM5 Skin Hot Link text color

by Ludek » Fri Jun 26, 2020 3:48 pm

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

MM5 Skin Hot Link text color

by Blackcat12 » Wed Jun 24, 2020 2:44 pm

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!

Top