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]

Soul Eater

Soul Eater
Registered Member
Registered Member
I need a code to change the forum boxes to plain blue, and put them inside the forum. www.creative-tunnel.forumotion.com I found a CSS in colors and used that for a bit but didnt know what to do, can some one give me a code to do those things and were to put them Thanx.



Last edited by Saiyan Prince on Sun Oct 03, 2010 6:27 am; edited 1 time in total

Jophy

Jophy
Registered Member
Registered Member
Hi Saiyan Prince!

Kindly please change the title of your topic to a more specific one/related to your problem, this is to help the members/guests using the search feature and also to make it easier for the technicians/admins on helping about your problem. Thanks Wink

http://www.socialtechforum.com/

Soul Eater

Soul Eater
Registered Member
Registered Member
Yep sorry Zoids, I'll get onto it.

ankillien

ankillien
Administrator
Administrator
Hi,

I'm not sure what exactly you are looking for.
Adding this code to your CSS will make the forum boxes plain blue...

Code:
.forabg {
background-image: none;
-moz-border-radius: 0;
margin: 10px;
}

Soul Eater

Soul Eater
Registered Member
Registered Member
Ok were do i add this?

ankillien

ankillien
Administrator
Administrator
Add it in Admin CP > Display > Colors> CSS

Soul Eater

Soul Eater
Registered Member
Registered Member
Ok thanx, but is it any were in it? Or a specific spot, sorry im really new to this.

ankillien

ankillien
Administrator
Administrator
Add it at the end of all other codes.

Soul Eater

Soul Eater
Registered Member
Registered Member
It sorta worked, at the bottom of it, it has a curved end. Then its a different shade of blue.

ankillien

ankillien
Administrator
Administrator
You can remove that background by adding this code...

Code:
.forabg .corners-bottom {
background-image: none;
}

Add it at the bottom Smile

Soul Eater

Soul Eater
Registered Member
Registered Member
Kool thanx, and some writting and forums are out side the page, going onto the background. how do you fix that? And how do u get a link to show wen theres a new topic and new post in it.

ankillien

ankillien
Administrator
Administrator
1) Add this code and the content won't go outside.

Code:
#main {
padding: 0 10px;
}

2) It can be done in Admin CP > Display > Structure



Last edited by ankillien on Mon Oct 04, 2010 4:02 pm; edited 1 time in total

Soul Eater

Soul Eater
Registered Member
Registered Member
OMG! Thank you so much! and just one quick little thing, the bottom of the forum is cut off and is on the left hand side, how do u fix that?

ankillien

ankillien
Administrator
Administrator
Add this code...

Code:
#page-footer {
margin: 0 auto !important;
margin-top: -6px !important;
}

It will fix it partially. I'll give you a complete fix for bottom part later.

Soul Eater

Soul Eater
Registered Member
Registered Member
Ok and how do u know these codes? do u remember then or just get them.

ankillien

ankillien
Administrator
Administrator
I write them myself. They are CSS codes which controls the appearance of a web page.

Soul Eater

Soul Eater
Registered Member
Registered Member
So is this your job IRL?

ankillien

ankillien
Administrator
Administrator
Hi,

Add this code and it will become almost perfect...

Code:
#page-footer {
background-position: 10px bottom;
}

The bottom background will still be little bit broken. It is a bug with the background images. It can't be fixed with coding.

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