IM_Design Posted October 23, 2020 Share Posted October 23, 2020 (edited) Looking to increase the font size of the tracks titles on the right side of my Album Page and there's no built-in style for this. Edited October 23, 2020 by IM_Design Link to comment
Solution IM_Design Posted October 23, 2020 Author Solution Share Posted October 23, 2020 Here's what worked for me in the CSS Editor: .tracks .title a { font-size:22px !important; } If you want to increase the track title and the time display on the right use this instead: .tracks .title a, .track-time { font-size:22px !important; } creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment