Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Change the color of the category cells and also make it transparent
#4
Not Solved
In your template config., search the "Inner Table Border Width" option, and set this to 0. That remove the space in each cell.

For the transparent gray background, you need to edit the classes ".trow1" and ".trow2", also some more for moderation options...

In each one, delete the current background property and put something like this:

Quote:background: rgba(150, 150, 150, 0.5);

First 150 (Red), Second 150 (Green), Third 150 (Blue), Fourth 0.5 (Alpha - Transparency)

Adjust this to your needs.
I don't give support on PM.


Messages In This Thread
RE: Change the color of the category cells and also make it transparent - by eNvy - 2014-08-19, 11:58 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)