How do I remove the "Today's active topics • Today's top 20 posters • Overall top 20 posters" 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 remove the "Today's active topics • Today's top 20 posters • Overall top 20 posters"

    Derri
    Derri
    Helper
    Helper


    Male Posts : 8755
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    How do I remove the "Today's active topics • Today's top 20 posters • Overall top 20 posters" Empty How do I remove the "Today's active topics • Today's top 20 posters • Overall top 20 posters"

    Post by Derri July 3rd 2012, 4:15 pm

    I was wondering how I would remove that. It is located at the bottom of the forum.

    So how do I remove these links Today's active topics • Today's top 20 posters • Overall top 20 posters
    Mati
    Mati
    Hyperactive


    Posts : 2020
    Reputation : 330
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    How do I remove the "Today's active topics • Today's top 20 posters • Overall top 20 posters" Empty Re: How do I remove the "Today's active topics • Today's top 20 posters • Overall top 20 posters"

    Post by Mati July 3rd 2012, 4:58 pm

    Hi,

    Add this into your CSS:

    Code:
    ul.linklist li {
        display: none;
    }