04-13-2017, 10:01 AM
(04-13-2017, 07:05 AM)rch Wrote: Is there any way to change the color of the most visit thumbnail text on the new tab page? If you don't add an image with a very light background, you can't see the text.
You can use custom.css with the following content:
Code:
.most-visited .title {
color: red !important;
}