Jump to content

Change Title of Forum Font Size

Featured Replies

Posted

I looked everywhere? is it h4? can't find where to change that

Could you please add a screenshot of what exactly you want to edit? Than I may try to help you, but currently I'm not quite sure which "Title of forum" you mean, as the title of the forum occurs a few times in different templates and on different places.

sure

It's a "<h4>"-tag, you were right.

This is what Firebug tells me about it:

table.ipb_table h4, table.ipb_table .topic_title { font-size:1.1em; font-weight:normal; }

So, if you want to only edit the <h4>-tag I'd add this

 table.ipb_table h4 { whatever you want to edit; }



For styling purposes I could really advise to use Mozilla's Firefox in Version 3.6 with the addon(s) "Firebug" and "Web Developer Toolkit". They'll make it really easy for you to find out what to look for :)

yup, i use firebug too, but for some reason the above didnt seem to be it
thanks though

It doesn't work? Maybe because it's a link... then you would need to use this:

 table.ipb_table h4 a { whatever you want to edit; } 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.