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.

How to get rid off......

3 posters

Go down

How to get rid off...... Empty How to get rid off......

Post by DeathDunk98* October 6th 2013, 7:24 pm

how can I get rid off this row ?
How to get rid off...... Untitl17


Last edited by andiikadriu on October 7th 2013, 12:15 am; edited 1 time in total
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

How to get rid off...... Empty Re: How to get rid off......

Post by levy October 6th 2013, 7:41 pm

Code:
.forumline{
border-spacing:0px;
}
Add that in your CSS stylesheet
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

How to get rid off...... Empty Re: How to get rid off......

Post by DeathDunk98* October 6th 2013, 7:56 pm

no its not about that Razz
about this one !
How to get rid off...... Untitl19
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

How to get rid off...... Empty Re: How to get rid off......

Post by levy October 6th 2013, 8:41 pm

Code:
.forumline {
background-color: #1a1a1a;
border: 2px #262626 solid;
border-spacing: 0px;
}
Try this code..
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

How to get rid off...... Empty Re: How to get rid off......

Post by DeathDunk98* October 6th 2013, 8:43 pm

its not working Sad
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

How to get rid off...... Empty Re: How to get rid off......

Post by levy October 6th 2013, 8:51 pm

When I've tested on your forum work perfect..

Code:
.forumline {
border-spacing: 0px!important;
}
Add in CSS Stylesheet.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

How to get rid off...... Empty Re: How to get rid off......

Post by DeathDunk98* October 6th 2013, 8:54 pm

I think that you're getting it wrong, Im not trying to remove the lines but that ROW that says FORUM - POSTS - LAST POSTS
look carefuly
How to get rid off...... Untitl19
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

How to get rid off...... Empty Re: How to get rid off......

Post by levy October 6th 2013, 9:06 pm

You can't remove only that line , you need to remove the lines from row too.

Code:
.forumline {
border-spacing: 0px!important;
}

.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right{
padding: 2px 3px;
border-top: 1px solid rgb(65, 65, 65);
border-bottom: 1px solid black;
}
Try this code
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

How to get rid off...... Empty Re: How to get rid off......

Post by DeathDunk98* October 6th 2013, 9:20 pm

still not working Sad
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

How to get rid off...... Empty Re: How to get rid off......

Post by Ange Tuteur October 6th 2013, 11:12 pm

Hello andiikadriu,

You should give these tutos a read, they should help you with what you want.

First this one: Deleting columns "Topics" and "Messages"
Then this one: Phpbb2: Remove the heading "Recent Posts"
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

How to get rid off...... Empty Re: How to get rid off......

Post by DeathDunk98* October 6th 2013, 11:47 pm

helped a bit , but to hide the recent posts didnt work ?
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum