Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
November 30, 201014 yr 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.
November 30, 201014 yr 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 :)
November 30, 201014 yr yup, i use firebug too, but for some reason the above didnt seem to be it thanks though
November 30, 201014 yr 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.