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]

Kasperx

Kasperx
Registered Member
Registered Member
Id like to remove the outline of the navbar (white roundish images that make it round and the white line under it)
Not sure if thats clear enough.

Thanks once again. ^^

Terry Harvey

Terry Harvey
Registered Member
Registered Member
Link to your forum?

Kasperx

Kasperx
Registered Member
Registered Member
Sure check it out here:
http://graphicsvibe.forumotion.com
You can see in the header the white line and the round thingys.

Matti

Matti
Registered Member
Registered Member
Add this to your css.

Code:
.navbar ul {
border : none;
}

http://csshelp.forumotion.net/

ankillien

ankillien
Administrator
Administrator
Hi,

I think this would work...

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

Kasperx

Kasperx
Registered Member
Registered Member
Maki´s removed the line, thanks. (round bits still their)
Thanks for the help.

ankillien

ankillien
Administrator
Administrator
Is it solved?

Kasperx

Kasperx
Registered Member
Registered Member
Nope the images that make the round bit around the nav are still their, check ou tthe forum to see hat im talking about.

Matti

Matti
Registered Member
Registered Member
Lol. you can remove them from Admin Panel if you want.

http://csshelp.forumotion.net/

ankillien

ankillien
Administrator
Administrator
Kasperx wrote:Nope the images that make the round bit around the nav are still their, check ou tthe forum to see hat im talking about.

Have you tried adding my code. It should work. Try adding it to the bottom of all other codes.

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

Maki wrote:Lol. you can remove them from Admin Panel if you want.

But it will remove all the corners and he want to remove only navbar corners.

Kasperx

Kasperx
Registered Member
Registered Member
ankillien wrote:
Kasperx wrote:Nope the images that make the round bit around the nav are still their, check ou tthe forum to see hat im talking about.

Have you tried adding my code. It should work. Try adding it to the bottom of all other codes.

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

Maki wrote:Lol. you can remove them from Admin Panel if you want.

But it will remove all the corners and he want to remove only navbar corners.

Yeah if i remove it from the AP it removes all of them. Ok so now I have it working, makis code removed the line and anki´s the corners. Ill leave the full code below for others in the future.
Ok solved! Thanks guys!

Code:
.navbar ul {
border : none;
}
.navbar .corners-top , .navbar .corners-bottom {
display:none;
}

ankillien

ankillien
Administrator
Administrator
Glad we could help Very Happy

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