The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CSS code for hide links on top?

2 posters

Go down

Solved CSS code for hide links on top?

Post by Cheewy September 13th 2008, 12:31 am

Hello, i need CSS code for hide links on top (Your last visit is..., there is ... posts since your last visit...) for phbb2 forum

this links:



CSS code for hide links on top? 2jaenx3
Cheewy
Cheewy
Forumember

Male Posts : 136
Reputation : 5
Language : Serbian, English
Location : Srbija

http://www.svastara.the-up.com

Back to top Go down

Solved Re: CSS code for hide links on top?

Post by Guest September 13th 2008, 2:01 pm

1. Log into your forum

2. Navigate to

Admin Panel\Display\Color\CSS Stylesheet

3. Add the following code and press "Submit" to save

Code:
.gensmall {
 font-size : 10px;
display: none
 }
.gen,.genmed,.gensmall {
 color : #000000;
 }
a.gen,a.genmed,a.gensmall {
 color: #006699;
 text-decoration: none;
display: none
 }
a.gen:hover,a.genmed:hover,a.gensmall:hover{
 color: #dd6900;
 text-decoration: underline;
 }

Regards







Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: CSS code for hide links on top?

Post by Cheewy September 13th 2008, 2:58 pm

thanks!
Cheewy
Cheewy
Forumember

Male Posts : 136
Reputation : 5
Language : Serbian, English
Location : Srbija

http://www.svastara.the-up.com

Back to top Go down

Solved Re: CSS code for hide links on top?

Post by Luky September 13th 2008, 7:42 pm

Since this topic appears to be solved, I will lock it and mark it as solved.
Luky
Luky
Energetic

Male Posts : 6106
Reputation : 264
Language : Romanian, English
Location : Bucharest, Romania

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum