WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 Hide corners for Categories and forums on Mon Dec 13, 2010 7:43 am

Matti


Registered Member
Registered Member
I need a code to hide corners for Categories and forums.

2 Re: Hide corners for Categories and forums on Mon Dec 13, 2010 8:01 am

ankillien


Administrator
Administrator
Code:
.forabg .corners-top , .forabg .corners-bottom {
display:none;
}

3 Re: Hide corners for Categories and forums on Tue Dec 14, 2010 1:47 am

Matti


Registered Member
Registered Member
The code only hide for Categories but not forums so is there any other one.

4 Re: Hide corners for Categories and forums on Tue Dec 14, 2010 3:55 am

Guest


Guest
This will hide the corners on phpBB3 topics pages:
Code:
.forumbg .corners-top, .forumbg .corners-bottom {display:none;}

5 Re: Hide corners for Categories and forums on Tue Dec 14, 2010 9:06 pm

#Spacca


Registered Member
Registered Member
what is it for?
screen?

6 Re: Hide corners for Categories and forums on Wed Dec 15, 2010 3:28 am

Guest


Guest
#Spacca wrote:what is it for?
screen?

It's for Braille. Very Happy

There must be a language issue here. At least I hope there is a language issue here!

7 Re: Hide corners for Categories and forums on Wed Dec 15, 2010 2:03 pm

ArChKnIgHt


Registered Member
Registered Member
use this code in your CSS
Code:
.forumline {
border-width: 2px;
border-color:#Color;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;}


Change Color To Your Color

P.S : You Can Make It Hidden By Make The Border Color Same To Background Color

http://ultragamerz.forumotion.net/

8 Re: Hide corners for Categories and forums on Wed Dec 15, 2010 6:00 pm

Matti


Registered Member
Registered Member
Thanks, Anki & dion this is solved now Smile

9 Re: Hide corners for Categories and forums on Thu Dec 16, 2010 11:21 am

ankillien


Administrator
Administrator
Solved | Locked

View previous topic View next topic Back to top  Message [Page 1 of 1]

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