Guest Danny Michel Posted November 30, 2010 Share Posted November 30, 2010 I looked everywhere? is it h4? can't find where to change that Link to comment Share on other sites More sharing options...
Ikadon Posted November 30, 2010 Share Posted November 30, 2010 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. Link to comment Share on other sites More sharing options...
Guest Danny Michel Posted November 30, 2010 Share Posted November 30, 2010 sure Link to comment Share on other sites More sharing options...
Ikadon Posted November 30, 2010 Share Posted November 30, 2010 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 :) Link to comment Share on other sites More sharing options...
Guest Danny Michel Posted November 30, 2010 Share Posted November 30, 2010 yup, i use firebug too, but for some reason the above didnt seem to be it thanks though Link to comment Share on other sites More sharing options...
Ikadon Posted November 30, 2010 Share Posted November 30, 2010 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; } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.