On vb2 I had no no problems with changing the font and color of the signatures text. But I cant find where to edit that on vb3. I want to make it so that the actual post text is "more visible" than the signature below. So lets say I have black post text, than I want grey as the color for the signature text. In what template do I edit the look of the users signatures? Thanks
Announcement
Collapse
No announcement yet.
How to change the sig font/color
Collapse
X
-
Tags: None
-
Admin CP -> Styles & Templates -> Style Manager -> « » -> Postbit Templates -> postbit or postbit_legacy (depending on which layout you use)
Find this code and add the red code:
Code:<if condition="$post['signature']"> <!-- sig --> <div style="color: #777777"> __________________<br /> $post[signature] </div> <!-- / sig --> </if>
-
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment