Quote:
Originally Posted by question?
How do i edit the line color i circled in the attachment????
Help Me!
|

I am not sure why you want it because I tried several different color and they don't look good at all
Here is how to color them
Go to Admincp > Styles >
View All
Locate Additional CSS Definitions Advance section
Look For
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
Add infront
.fieldset { border-color: #87A167; },
Choose your preferred color and replace #87A167 with your own value
Hope this help