How do I change the homepage message font and size 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.
2 posters

    How do I change the homepage message font and size

    Flappypaddles
    Flappypaddles
    Forumember


    Posts : 261
    Reputation : 1
    Language : english

    How do I change the homepage message font and size Empty How do I change the homepage message font and size

    Post by Flappypaddles December 10th 2011, 8:01 pm

    I imagine this can be done with CSS but I have no idea how I tried to do it will the global command main font size, but that also changed other parts of the forum as well. I only want to increase the size of the homepage message itself.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51553
    Reputation : 3519
    Language : English
    Location : United States

    How do I change the homepage message font and size Empty Re: How do I change the homepage message font and size

    Post by SLGray December 10th 2011, 8:03 pm

    You can use the BB code for size.

    Example:
    Code:
    [size=18]homepage message[/size]

    Change 18 to what you would like the size to be.
    Flappypaddles
    Flappypaddles
    Forumember


    Posts : 261
    Reputation : 1
    Language : english

    How do I change the homepage message font and size Empty Re: How do I change the homepage message font and size

    Post by Flappypaddles December 10th 2011, 8:42 pm

    slg wrote:You can use the BB code for size.

    Example:
    Code:
    [size=18]homepage message[/size]

    Change 18 to what you would like the size to be.

    how can you align it left as well
    and change the font itself.
    in fact why not go the whole hog and I'll ask you for all the font properties or can you point me at a place where I can find them


    Last edited by Flappypaddles on December 10th 2011, 8:50 pm; edited 1 time in total
    avatar
    Guest
    Guest


    How do I change the homepage message font and size Empty Re: How do I change the homepage message font and size

    Post by Guest December 10th 2011, 8:45 pm

    Flappypaddles, just use the code from slg when you post am message. In a post field. Wink
    Flappypaddles
    Flappypaddles
    Forumember


    Posts : 261
    Reputation : 1
    Language : english

    How do I change the homepage message font and size Empty Re: How do I change the homepage message font and size

    Post by Flappypaddles December 10th 2011, 8:52 pm

    Gassy wrote:Flappypaddles, just use the code from slg when you post am message. In a post field. Wink

    indeed that worked well, but I still would like to change the font itself and align the whole thing to the left as at the moment it is centre aligned.
    avatar
    Guest
    Guest


    How do I change the homepage message font and size Empty Re: How do I change the homepage message font and size

    Post by Guest December 10th 2011, 9:15 pm

    Can you provide your forum url?
    Flappypaddles
    Flappypaddles
    Forumember


    Posts : 261
    Reputation : 1
    Language : english

    How do I change the homepage message font and size Empty Re: How do I change the homepage message font and size

    Post by Flappypaddles December 10th 2011, 11:32 pm

    Gassy wrote:Can you provide your forum url?

    its http://inaflap.forumotion.co.uk
    I have sorted that problem now I think thanks to the help here
    but I am sure there will be more questions soon
    avatar
    Guest
    Guest


    How do I change the homepage message font and size Empty Re: How do I change the homepage message font and size

    Post by Guest December 10th 2011, 11:35 pm

    Add in your CSS Stylesheet:
    Code:
    div.postbody div{
    font: Georgia !important;
    font-size: 18px !important;
    }
    Change Georgia and 18px values. Wink