Thanks.
I prefer theme_simple - especially in the list of categories, titles are inside pictures.
I've added the following code in default.css (the name default is not quite correct, should be user.css or so)
It would trim titles to one row for all categories/folders.
I prefer theme_simple - especially in the list of categories, titles are inside pictures.
I've added the following code in default.css (the name default is not quite correct, should be user.css or so)
Code:
.pg-category-box-count { display: none;}.pg-category-box-title a { color: wheat; /* as per your preferences */ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; font-size: medium;}
Statistics: Posted by plamen — 16 Mar 2024, 12:01