Quote:
Originally Posted by Tri@de
you have the same problem as mine:
in section manager the tab background hide the font font color.
the text is invisible. I wish to know how to change it.
|
I have looked in the Page Source and found out the CSS code that needs to be changed
All you need to do is find where this is and change the color!
Code:
tr.selected_parent_row td {
background-color:#fff9dc;
}
Thanks
Hope this Helps