Font size in topic title Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Font size in topic title

    avatar
    che ab
    Forumember


    Posts : 61
    Reputation : 0
    Language : english/malay

    Font size in topic title Empty Font size in topic title

    Post by che ab March 30th 2009, 5:40 pm

    I want to make it smaller in css..anybody can help me..thanx
    avatar
    Guest
    Guest


    Font size in topic title Empty Re: Font size in topic title

    Post by Guest March 30th 2009, 5:44 pm

    Assuming we are talking about the same thing, try this if your forum is phpBB3:

    Code:
    .topic-title {font-size: 10px;}
    Change the size to whatever you want.
    avatar
    che ab
    Forumember


    Posts : 61
    Reputation : 0
    Language : english/malay

    Font size in topic title Empty Re: Font size in topic title

    Post by che ab March 30th 2009, 6:12 pm

    i tried but it fails. What i meant is this..the topic title inside each category:

    Font size in topic title 1234dex.th
    avatar
    Guest
    Guest


    Font size in topic title Empty Re: Font size in topic title

    Post by Guest March 30th 2009, 10:21 pm

    It failed because your forum isn't phpBB3, it's phpBB2!

    Since phpBB2 is ancient, outdated code, it has virtually no defined IDs or classes for its DOM nodes. That means you can do little to nothing through CSS with phpBB2. This is a big reason why I prefer phpBB3.

    You'll probably need to edit a template to get what you want.
    avatar
    che ab
    Forumember


    Posts : 61
    Reputation : 0
    Language : english/malay

    Font size in topic title Empty Re: Font size in topic title

    Post by che ab March 31st 2009, 5:56 am

    i see...so if i switch to phpbb3, is there any major changes thats gonna affect my forum..