Hello,
In the process of customizing Clip-Bucket? Be sure to modify the main font color and size until you completely like it. These instructions have been tested to work for v2, but should work for any version with some minor modifications.
Let’s say we want the font size to of 14px and green.
1. Open ./styles/{YOURTEMPLATE}/theme/main.css
2. Find
color:#333; font-size:11px;
and replace font-size:11px with font-size:14px and color:#333 with color:green, just like this:
color:green; font-size:14px;
3. Save & Upload.
There you go! You can play around with different sizes and colors. For the color property, you can specify the color in RGB or HEX, as well. If you have any questions, please let me know and I’ll be more than happy to assist you.
Best Regards,
Richi