Change post area colours

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AndrewG
    New Member
    • Nov 2003
    • 6
    • 3.0.0 Beta 7

    Change post area colours

    Hello

    Could someone please point me in the right direction for how to change the background colour and font colour for the area where posts show (i.e. this bit you're looking at ).

    TIA
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    Admin CP -> Styles & Templates -> Style Manager -> {Choose Style} -> {Drop Down Menu} Edit Templates -> Postbit Templates -> « All Template Groups » -> postbit

    # find in template: postbit
    # replace alt class with new class information
    Code:
    	[COLOR="Blue"]<td class="[B][COLOR="Red"]postmessage[/COLOR][/B]" id="td_post_$post[postid]">
    	<!-- message, attachments, sig -->[/COLOR]
    Admin CP -> Styles & Templates -> Style Manager -> All Style Options -> Additional CSS Definitions

    Code:
    .postmessage {
    	background: #123456;
    	color: #123456;
    }

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎