Customizing SMF > SMF Coding Discussion

Hoo boy, help with creating a theme.

<< < (3/3)

MovedGoalPosts:
h3.catbg is around line 745 in index.css.  I'm not sure if that is actually the only thing you need to edit as in the complete page layout, this will be a layered element after div.cat_bar at line 805.  div.cat_bar as standard in curve sets a background using the main_block.png index sprites stuff, h3.catbg does not set any overriding background.

div.cat_bar, has a standard background image along the lines of

--- Code: ---background: url("../images/theme/main_block.png") no-repeat scroll 0 -160px #99ABBF;
--- End code ---

Caltan:
You'll also need to edit the CSS for h3.catbg span, as that's what pulls up the left-hand curve image.  That's the one I always forget, and I end up with these random blue snippets everywhere. XD

(hi Rhi, fancy meeting you here.  :D)

Navigation

[0] Message Index

[*] Previous page

Go to full version