help remove and border at categories 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

    help remove and border at categories

    genji watanabe
    genji watanabe
    Forumember


    Male Posts : 241
    Reputation : 20
    Language : overflow: hidden;
    Location : Asian

    Solved help remove and border at categories

    Post by genji watanabe January 5th 2012, 6:26 pm

    help remove and border at categories Captur13

    i need remove all in red box and make border at green box, please..
    avatar
    Guest
    Guest


    Solved Re: help remove and border at categories

    Post by Guest January 5th 2012, 8:19 pm

    1. Removing Topics & Posts columns:
    Go to Administration Panel => Display => Templates => General => index_box => Edit => Find these codes and remove:
    Code:
                      <th class="tc2">{L_TOPICS}</th>
                      <th class="tc3">{L_POSTS}</th>
    Code:
                      <td class="tc2">{catrow.forumrow.TOPICS}</td>
                      <td class="tc3">{catrow.forumrow.POSTS}</td>
    Save, then publish.

    2. Adding a border to last post:
    Go to Administration Panel => Display => Pictures and colors => Colors => CSS Stylesheet, add this code:
    Code:
    td.tcr span{
    border: 2px solid green;
    }
    More about borders: http://www.w3schools.com/css/css_border.asp Smile
    genji watanabe
    genji watanabe
    Forumember


    Male Posts : 241
    Reputation : 20
    Language : overflow: hidden;
    Location : Asian

    Solved Re: help remove and border at categories

    Post by genji watanabe January 6th 2012, 12:24 am

    THANKS Gassy! you allways help alot Laughing
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Solved Re: help remove and border at categories

    Post by MrMario January 6th 2012, 1:22 am

    Topic Solved & Locked