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.
The forum of the forums
4 posters

    Get rid of these lines!

    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Get rid of these lines!

    Post by SpyroDragon March 23rd 2015, 6:20 am

    Get rid of these lines! Helpag10
    They are on top and bottom I want them gone!
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Get rid of these lines!

    Post by SpyroDragon March 24th 2015, 2:51 am

    Bump
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Get rid of these lines!

    Post by SLGray March 24th 2015, 3:25 am

    Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead!



    Get rid of these lines! Slgray10

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


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Get rid of these lines!

    Post by SpyroDragon March 24th 2015, 8:37 am

    Sorry I thought it was 24 hours
    EndlessDream
    EndlessDream
    Forumember


    Male Posts : 107
    Reputation : 22
    Language : English, Spanish, Serbian

    In progress Re: Get rid of these lines!

    Post by EndlessDream March 25th 2015, 4:04 am

    Add this in your CSS - (Admin panel -> Display -> Colors -> CSS stylesheet):

    Code:

    td.catHead, th.thHead {
    border-width: 0px;
    }

    td.catBottom, th.thBottom {
    border-width: 0px;
    }
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Get rid of these lines!

    Post by SpyroDragon March 25th 2015, 6:00 am

    that got rid of the bottom line, but did not get rid of the top line..
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Get rid of these lines!

    Post by SpyroDragon March 29th 2015, 11:30 am

    Bump
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Get rid of these lines!

    Post by SpyroDragon March 31st 2015, 11:17 am

    Bump
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Get rid of these lines!

    Post by Ange Tuteur March 31st 2015, 4:46 pm

    Hi @SpyroDragon,

    Sorry for the wait. Add this rule to your stylesheet :
    Code:
    td.catHead, th.thHead { border-width:0 !important }
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Get rid of these lines!

    Post by SpyroDragon April 2nd 2015, 12:28 am

    Get rid of these lines! Dragon10They removed most of the lines I wanted gone, but they are still apeering the members profiles..
    EndlessDream
    EndlessDream
    Forumember


    Male Posts : 107
    Reputation : 22
    Language : English, Spanish, Serbian

    In progress Re: Get rid of these lines!

    Post by EndlessDream April 2nd 2015, 2:43 am

    Hi,

    In your CSS find this line:

    Code:
    td.catLeft, th.thLeft {
    border-width: 0px 0px 0px 1px;
    }

    Edit it to look like this:
    Code:
    td.catLeft, th.thLeft {
    border-width: 0px 0px 0px 0px;
    }

      Current date/time is November 11th 2024, 10:05 pm