Not Solved Signature Separator
#1
Not Solved
How can i change the color of the separator of the siganture, i have been searching but i cant find it
[Image: banner468x60.jpg]
------
[Image: bluelogo2.gif]
Reply
#2
Not Solved
Go to Admin CP -> templates -> Modify /delete -> *your template* -> Post Bit -> postbit_signature
Change:
<hr size="1" width="25%"  align="left" />
to
<hr size="1" width="25%"  align="left" style="color: [b]red[/b];" />
Change bolded part to what color you may want
Reply
#3
Not Solved
actually you can also edit it from the master theme, at the bottom find

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

regards
Reply
#4
Not Solved
That however will change all horizontal lines.
Reply
#5
Not Solved
CraKteR Wrote:Go to Admin CP -> templates -> Modify /delete -> *your template* -> Post Bit -> postbit_signature
Change:
<hr size="1" width="25%"  align="left" />
to
<hr size="1" width="25%"  align="left" style="color: [b]red[/b];" />
Change bolded part to what color you may want
doesnt seems to works Confused

zaher1988 Wrote:actually you can also edit it from the master theme, at the bottom find

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

regards
that works ^^
[Image: banner468x60.jpg]
------
[Image: bluelogo2.gif]
Reply
#6
Not Solved
Because I forgot about background-color Wink
<hr size="1" width="25%" align="left" style="color: red; background-color: red" />
anyways you found another way so.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)