How to edit Forum Menu using CSS Code 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 to edit Forum Menu using CSS Code

    Yoshi156
    Yoshi156
    Forumember


    Male Posts : 231
    Reputation : 0
    Language : english

    Solved How to edit Forum Menu using CSS Code

    Post by Yoshi156 October 14th 2011, 8:53 am

    As title says how to edit forum menu using CSS CODE?
    Forum Link: http://rapidtop100.1forum.biz/

    Hope you can help me guys and thanks in advance Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to edit Forum Menu using CSS Code

    Post by SLGray October 14th 2011, 9:02 am

    Could you please explain more by what you mean by forum menu?



    How to edit Forum Menu using CSS Code Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Yoshi156
    Yoshi156
    Forumember


    Male Posts : 231
    Reputation : 0
    Language : english

    Solved Re: How to edit Forum Menu using CSS Code

    Post by Yoshi156 October 14th 2011, 9:13 am

    Forum menu which is Home, Portal, UserGroup, Memberlist and etc.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to edit Forum Menu using CSS Code

    Post by SLGray October 14th 2011, 9:15 am

    OK. You mean the navigation bar. You want to move the buttons, you can go here:

    Administration Panel>>Display>>Homepage>>Headers & Navigation

    Use the aroows on the left to move them. Press save after you have them the way you want.
    Yoshi156
    Yoshi156
    Forumember


    Male Posts : 231
    Reputation : 0
    Language : english

    Solved Re: How to edit Forum Menu using CSS Code

    Post by Yoshi156 October 14th 2011, 9:29 am

    I wanna change the size of my nav bar as you see my forum nav bar is so small.I wanna edit it using CSS Code.
    Nera.
    Nera.
    Energetic


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

    Solved Re: How to edit Forum Menu using CSS Code

    Post by Nera. October 14th 2011, 10:27 am

    Add it to CSS.

    Code:
    #pun-navlinks li a {
        font-size: 17px !important;
    }
    Yoshi156
    Yoshi156
    Forumember


    Male Posts : 231
    Reputation : 0
    Language : english

    Solved Re: How to edit Forum Menu using CSS Code

    Post by Yoshi156 October 14th 2011, 11:20 am

    Thank you nera Smile
    Nera.
    Nera.
    Energetic


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

    Solved Re: How to edit Forum Menu using CSS Code

    Post by Nera. October 14th 2011, 11:30 am

    king

    Lock