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]

1Solved Forum Quote Box Help Fri Mar 16, 2012 8:00 pm

promotemeup


Registered Member
Registered Member
I added a code to CSS as per a code given by a staff member in other topic.

My quote box looks like this:
Forum Quote Box Help 56888810


How do i change the green color text to black or other color?

I USED THIS CODE:
Code:
.postbody table tr:first-child td {
background: black;
padding: 5px;
border-radius: 5px 5px 0 0;
}

.postbody table tr:last-child td {
background: #fff;
padding: 5px;
border-radius: 0 0 5px 5px;
}
.postbody table {
border-collapse: collapse;
}


Thanks Very Happy

http://www.promotemeup.co.cc

2Solved Re: Forum Quote Box Help Fri Mar 16, 2012 9:50 pm

ankillien

ankillien
Administrator
Administrator
Add color in this part...

Code:
.postbody table tr:last-child td {
background: #fff;
padding: 5px;
border-radius: 0 0 5px 5px;
}

Like this...

Code:
.postbody table tr:last-child td {
background: #fff;
padding: 5px;
border-radius: 0 0 5px 5px;
color: red;
}

3Solved Re: Forum Quote Box Help Sat Mar 17, 2012 10:33 am

promotemeup


Registered Member
Registered Member
ankillien wrote:Add color in this part...

Code:
.postbody table tr:last-child td {
background: #fff;
padding: 5px;
border-radius: 0 0 5px 5px;
}

Like this...

Code:
.postbody table tr:last-child td {
background: #fff;
padding: 5px;
border-radius: 0 0 5px 5px;
color: red;
}


Thanks worked Very Happy toPIC solved

http://www.promotemeup.co.cc

4Solved Re: Forum Quote Box Help Sat Mar 17, 2012 1:01 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