DaveA Member Aug 22, 2015 #1 I'm trying to change the color of the signature line. It is a white dashed lined. I go into Message Elements and Signature to change the color but it doesn't take effect. The color of the line is still white. Any ideas? Attachments signature.webp 37.8 KB · Views: 17
I'm trying to change the color of the signature line. It is a white dashed lined. I go into Message Elements and Signature to change the color but it doesn't take effect. The color of the line is still white. Any ideas?
Ynd21 Member Aug 26, 2015 #2 Hey there, this should do it (I'm not sure what color you're looking for) Code: .message .signature { font-size: 9pt; color: rgb(150, 150, 150); padding: 5px 0 0; margin-top: 5px; border-top: 1px dashed Colorhere; } Upvote 0 Downvote
Hey there, this should do it (I'm not sure what color you're looking for) Code: .message .signature { font-size: 9pt; color: rgb(150, 150, 150); padding: 5px 0 0; margin-top: 5px; border-top: 1px dashed Colorhere; }
Amaury Well-known member Aug 26, 2015 #3 No need for CSS. That style property should be controlling it. Dave, can you provide a link to a thread on your site? Upvote 0 Downvote
No need for CSS. That style property should be controlling it. Dave, can you provide a link to a thread on your site?