how do i change the size of my topic titles/links without changing all font sizes... invision 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.
3 posters

    how do i change the size of my topic titles/links without changing all font sizes... invision

    avatar
    phat-master
    Forumember


    Posts : 31
    Reputation : 0
    Language : english

    how do i change the size of my topic titles/links without changing all font sizes... invision Empty how do i change the size of my topic titles/links without changing all font sizes... invision

    Post by phat-master March 5th 2011, 11:50 am

    how do i change the size of my topic titles/links without changing all font sizes... invision 119qjo8

    im using invision

    so wondering if there is a code cause in colors i only have the option to change the size of all writing
    avatar
    phat-master
    Forumember


    Posts : 31
    Reputation : 0
    Language : english

    how do i change the size of my topic titles/links without changing all font sizes... invision Empty Re: how do i change the size of my topic titles/links without changing all font sizes... invision

    Post by phat-master March 5th 2011, 12:19 pm

    am i posting this in the right section?
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17924
    Reputation : 836
    Language : English
    Location : Somewhere

    how do i change the size of my topic titles/links without changing all font sizes... invision Empty Re: how do i change the size of my topic titles/links without changing all font sizes... invision

    Post by Jophy March 5th 2011, 1:27 pm

    May I remind you that double/triple posting isn't tolerated unless separated by 24 hours (Use the edit button) Wink
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    how do i change the size of my topic titles/links without changing all font sizes... invision Empty Re: how do i change the size of my topic titles/links without changing all font sizes... invision

    Post by Base March 5th 2011, 2:16 pm

    Hello phat-master,

    Please add this to your CSS code:
    Code:
    table.ipbtable
    .forum-name h3 {
        font-size: 50px;
    }

    You will need to change the 50px to your liking because otherwise it would look very big. Very Happy

    Regards,

    Base