MG 1.0 Change bg color in thumbnail container?

drastic

Well-known member
Licensed customer
Hey @Chris D ,

How can I change the background color of the area behind the album/image title?

Or change the link color so that we can see it.

Thanks.

Untitled.webp
 
You can change it with CSS. Try to identify the classes responsible and either edit the templates directly or use EXTRA.css.
 
Code:
div.titleSection h3 a.mediaTitle
{
    color: red;
}

That seems to do it - though I guess you'll want a different colour :)
 
Back
Top Bottom