They are on top and bottom I want them gone!
4 posters
Get rid of these lines!
SpyroDragon- Forumember
- Posts : 462
Reputation : 2
Language : English
- Post n°1
Get rid of these lines!
They are on top and bottom I want them gone!
SpyroDragon- Forumember
- Posts : 462
Reputation : 2
Language : English
- Post n°2
Re: Get rid of these lines!
Bump
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°3
Re: Get rid of these lines!
Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead!
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SpyroDragon- Forumember
- Posts : 462
Reputation : 2
Language : English
- Post n°4
Re: Get rid of these lines!
Sorry I thought it was 24 hours
EndlessDream- Forumember
- Posts : 107
Reputation : 22
Language : English, Spanish, Serbian
- Post n°5
Re: Get rid of these lines!
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- Forumember
- Posts : 462
Reputation : 2
Language : English
- Post n°6
Re: Get rid of these lines!
that got rid of the bottom line, but did not get rid of the top line..
SpyroDragon- Forumember
- Posts : 462
Reputation : 2
Language : English
- Post n°7
Re: Get rid of these lines!
Bump
SpyroDragon- Forumember
- Posts : 462
Reputation : 2
Language : English
- Post n°8
Re: Get rid of these lines!
Bump
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°9
Re: Get rid of these lines!
Hi @SpyroDragon,
Sorry for the wait. Add this rule to your stylesheet :
Sorry for the wait. Add this rule to your stylesheet :
- Code:
td.catHead, th.thHead { border-width:0 !important }
SpyroDragon- Forumember
- Posts : 462
Reputation : 2
Language : English
- Post n°10
Re: Get rid of these lines!
They removed most of the lines I wanted gone, but they are still apeering the members profiles..
EndlessDream- Forumember
- Posts : 107
Reputation : 22
Language : English, Spanish, Serbian
- Post n°11
Re: Get rid of these lines!
Hi,
In your CSS find this line:
Edit it to look like this:
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;
}