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

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]

1Hide corners for Categories and forums Empty Hide corners for Categories and forums Mon Dec 13, 2010 9:13 am

Matti

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

http://csshelp.forumotion.net/

ankillien

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

Matti

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

http://csshelp.forumotion.net/

Guest


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

5Hide corners for Categories and forums Empty Re: Hide corners for Categories and forums Tue Dec 14, 2010 10:36 pm

#Spacca

#Spacca
Registered Member
Registered Member
what is it for?
screen?

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!

ArChKnIgHt

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/

Matti

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

http://csshelp.forumotion.net/

9Hide corners for Categories and forums Empty Re: Hide corners for Categories and forums Thu Dec 16, 2010 12:51 pm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


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