SMF Support > SMF 2.0.x Support

Topic forum name color change.

(1/1)

zzpoointzz:
I would like to change the color of the displayed forum name (that you can see at the side of the reply to a topic)



The text "Ludix 尚" is what i want to change :)

MovedGoalPosts:
try editing the index.css for your theme

around line 1975

--- Code: ---.poster h4, .poster h4 a
{
    color: #??????;
}

--- End code ---
and change that hex code

zzpoointzz:
works, thankyou.

If you look at the image you can see that the forum name and the "stars" aren't aligned whit the text under and above them, why ?

(i have aligned the text to be at the center before in the style with text-align: center; but it seems like the name has padding so it isn't aligning right)

MovedGoalPosts:
Alignment of the Stars may depend on how the image is created especially borders embedded to that image and if they are even or not.

You'll notice that on this forum most of the "poster" stuff is justified left, rather than centred, and then it all aligns nicely.

A good way of finding what style element may be influencing things like margins and padding is to use tools like Firebug add on to Firebox which lets you drill down through the the various page parts.  In turn that might tell you what is kicking your alignment.  But beware if the css element you change is common to other parts of your forum, you may have unexpected side effects.

Navigation

[0] Message Index

Go to full version