I've made the cover full-width and the album title in italic with this code in material-skin > css > mobile.css
Code:
.np-image {padding: 0!important;}
div.np-portrait-song-info div p:nth-child(3) {
font-style:italic;
}


Originally Posted by
Shozzer
Hi Craig
I have been having a play around with the CSS with mixed results. There is an incredible amount of code to Material Skin!
I wonder if you would mind giving a couple of pointers please. The Now Playing screen shows the Track, the Artists and the Album. What names are allocated to these fields? I am curious to see whether it is possible to make the Album in bold, or even maybe switch the order of the fields around. I guess I would then need to add these to CSS sub-folder under prefs/material skin or face the threat of changes being removed when an update is made.
I have tried to add a custom colour but despite triple checking the folder/file name and structure and clearing the cache the new colour has failed to appear in settings.
Many thanks.
Steve