Quote:
Originally Posted by 409industries
Literally the last item i am trying to find is actually quite similar to my opening post. There is a gray horizontal line on the user profile page under "Visitor Messages". I can't seem to find out what is causing this to show... and want to get rid of it / change the color somehow.
|
Add to your additional.css template:
Code:
.userprof_editor {
border-width: 1px 0px 0px; /* Maybe just disable, set to 0px; */
border-style: solid;
border-color: red; /* Change Color */
}