change font 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.
3 posters

    change font size

    avatar
    baksaru
    New Member


    Posts : 9
    Reputation : 1
    Language : english

    In progress change font size

    Post by baksaru December 8th 2011, 8:24 pm

    how can I change font size in this box? ( see the picture below)

    change font size Untitl10

    Helf me, please.
    Thanks alots
    avatar
    Guest
    Guest


    In progress Re: change font size

    Post by Guest December 8th 2011, 8:42 pm

    Hi! Add to your CSS Stylesheet:
    Code:
    div#pun-visit{
    font-size: Xpx;
    }
    Change X to 12 for example. Smile


    Last edited by Gassy on December 8th 2011, 8:58 pm; edited 2 times in total
    avatar
    baksaru
    New Member


    Posts : 9
    Reputation : 1
    Language : english

    In progress Re: change font size

    Post by baksaru December 8th 2011, 8:49 pm

    I tried but it didn't work
    I am using version PunBB. Thanks
    avatar
    Guest
    Guest


    In progress Re: change font size

    Post by Guest December 8th 2011, 8:56 pm

    What about this?:
    Code:
    div#pun-visit{
    font-size: 10px !important;
    }
    Change 10 to the value you want. Wink
    avatar
    baksaru
    New Member


    Posts : 9
    Reputation : 1
    Language : english

    In progress Re: change font size

    Post by baksaru December 8th 2011, 9:11 pm

    I've try it for Google Chrome and Firefox but it didnt work. Hux
    Maybe I have others problem with my 4rum, hux.
    Thanks for your helf.
    Hope that u can helf me work this out >""<
    Mati
    Mati
    Hyperactive


    Posts : 2021
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    In progress Re: change font size

    Post by Mati December 8th 2011, 9:17 pm

    Well, try this and see.

    Code:
    #pun-visit {
        font-size: 14px;
    }
    avatar
    baksaru
    New Member


    Posts : 9
    Reputation : 1
    Language : english

    In progress Re: change font size

    Post by baksaru December 8th 2011, 9:37 pm

    I dont know why, but it doesnt work, hux
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    In progress Re: change font size

    Post by Nera. December 8th 2011, 9:51 pm

    Hi,

    This should work. Change the 20 to fit your wishes.

    Code:
    #pun-visit, .main-box {
        font-size: 20px !important;
    }
    avatar
    baksaru
    New Member


    Posts : 9
    Reputation : 1
    Language : english

    In progress Re: change font size

    Post by baksaru December 8th 2011, 10:06 pm

    thanks for your helf, but it doesnt work, hux
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    In progress Re: change font size

    Post by Nera. December 8th 2011, 10:07 pm

    Give me your forum link please.
    avatar
    baksaru
    New Member


    Posts : 9
    Reputation : 1
    Language : english

    In progress Re: change font size

    Post by baksaru December 8th 2011, 10:11 pm

    here u are : http://moonchaewonvn.forumotion.com/
    this forum uses Vietnamese, so it may hard to read ^__^''
    Mati
    Mati
    Hyperactive


    Posts : 2021
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    In progress Re: change font size

    Post by Mati December 8th 2011, 10:16 pm

    You have edit the Templates so go to your A-CP General index_body find this <div id="pun-visit"> and change the size. Wink
    avatar
    baksaru
    New Member


    Posts : 9
    Reputation : 1
    Language : english

    In progress Re: change font size

    Post by baksaru December 8th 2011, 10:29 pm

    how can I find Index_body in A-CP General?
    Show me clearly >""<
    I can see it before with phpBB3, but I dont see it in PunBB A-CP
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    In progress Re: change font size

    Post by Nera. December 8th 2011, 10:32 pm

    AP > Display > Templates > General + you must be the founder.
    avatar
    baksaru
    New Member


    Posts : 9
    Reputation : 1
    Language : english

    In progress Re: change font size

    Post by baksaru December 8th 2011, 10:47 pm

    I dont see AP > Display > Templates
    And my problem here ...
    change font size Untitl11

    Version PunBB but have no Templates options? >""<
    Mati
    Mati
    Hyperactive


    Posts : 2021
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    In progress Re: change font size

    Post by Mati December 8th 2011, 10:58 pm

    As Nera said you must be the founder of the forum in order to see the templates.
    avatar
    baksaru
    New Member


    Posts : 9
    Reputation : 1
    Language : english

    In progress Re: change font size

    Post by baksaru December 8th 2011, 11:17 pm

    I see this code

    Code:
    !-- BEGIN switch_user_logged_in -->
    <div id="pun-visit" class="clearfix">
       <ul>
           <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
           <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
          <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
          <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
       </ul>
       <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
    </div>
    <!-- END switch_user_logged_in -->
    <!-- BEGIN switch_user_logged_out -->
    <div id="pun-visit">
       <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
    </div>
    <!-- END switch_user_logged_out -->

    So can u helf me the next step?
    Thank u all :X