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]

1log in as admin Empty log in as admin Fri Oct 29, 2010 3:57 am

Fear


Registered Member
Registered Member
" Logged as Admin. Your last visit was on Thu 28 Oct 2010 - 23:47 "
In css how to change this one color..

2log in as admin Empty Re: log in as admin Fri Oct 29, 2010 12:10 pm

ankillien

ankillien
Administrator
Administrator
Hi,

Which version are you using?

3log in as admin Empty Re: log in as admin Fri Oct 29, 2010 6:05 pm

Fear


Registered Member
Registered Member
PunBB..

4log in as admin Empty Re: log in as admin Fri Oct 29, 2010 6:24 pm

ankillien

ankillien
Administrator
Administrator
You can use this code...

Code:
#pun-visit p {
color: red;
}

5log in as admin Empty Re: log in as admin Fri Oct 29, 2010 6:48 pm

Fear


Registered Member
Registered Member
and how to change the coloe of the legend part and the background of the forum?

here is the picture:-
log in as admin 2vxr71h

6log in as admin Empty Re: log in as admin Fri Oct 29, 2010 8:22 pm

ankillien

ankillien
Administrator
Administrator
To change the normal colors, add this to your CSS...

Code:
body {
color: red;
}

to change link colors...

Code:
a:link {
color: red;
}

for background...

Code:
body {
background: red;
}

Btw, most of these things can be done in Admin CP > Display > Colors Wink

7log in as admin Empty Re: log in as admin Fri Oct 29, 2010 9:03 pm

Fear


Registered Member
Registered Member
thanks but it is not working..In other part(colors not css) also its not working..

8log in as admin Empty Re: log in as admin Fri Oct 29, 2010 9:46 pm

ankillien

ankillien
Administrator
Administrator
The code must work. Which code is not working? The body color or link color?

Try adding it to the bottom of your CSS.

9log in as admin Empty Re: log in as admin Sun Oct 31, 2010 11:31 pm

Fear


Registered Member
Registered Member
yes it works thanks..solved..

10log in as admin Empty Re: log in as admin Mon Nov 01, 2010 10:37 am

ankillien

ankillien
Administrator
Administrator
Glad I 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