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 to edit the icons on next to tthe topic links.

2 posters

Go down

CSS code to edit the icons on next to tthe topic links. Empty CSS code to edit the icons on next to tthe topic links.

Post by AdmiralJuicy August 21st 2008, 6:28 pm

Hello, I'd like to know where can I edit these parts: CSS code to edit the icons on next to tthe topic links. P10 and this
CSS code to edit the icons on next to tthe topic links. L10

Not the the actual tittles but the "::" and the "." I'd really apreciate the help.

Thank you
AdmiralJuicy
AdmiralJuicy
Forumember

Male Posts : 125
Reputation : 0
Language : English

http://sonicfamily.forumotion.com/

Back to top Go down

CSS code to edit the icons on next to tthe topic links. Empty Re: CSS code to edit the icons on next to tthe topic links.

Post by AdmiralJuicy August 21st 2008, 11:15 pm

Bring
Up
My
Post
AdmiralJuicy
AdmiralJuicy
Forumember

Male Posts : 125
Reputation : 0
Language : English

http://sonicfamily.forumotion.com/

Back to top Go down

CSS code to edit the icons on next to tthe topic links. Empty Re: CSS code to edit the icons on next to tthe topic links.

Post by xxxVIPERxxx August 21st 2008, 11:30 pm

FYI, you should really wait 24hrs to bump a topic, since your not the only 1 needing help.

To answer your question, in the CSS....
xxxVIPERxxx
xxxVIPERxxx
Forumember

Male Posts : 317
Reputation : 0
Language : Opinionated, English & Army
Location : In some nice *here kitty kitty*

http://www.sgtlegend.com/LightFighter

Back to top Go down

CSS code to edit the icons on next to tthe topic links. Empty Re: CSS code to edit the icons on next to tthe topic links.

Post by Guest August 21st 2008, 11:38 pm

If you are using PHPbb2 then the codes are as follows

Site navigation links (Second Picture):

Code:
.nav{
 font-weight: bold;
 font-size: 11px;
 color : #069dc9;
 }
a.nav{
 text-decoration: none;
 color : #069dc9;
 }
a.nav:hover{
 text-decoration: underline;
 }



Last Visited Links (First Picture):

Code:
.gensmall {
 font-size : 10px;
 }
.gen,.genmed,.gensmall {
 color : #069dc9;
 }
a.gen,a.genmed,a.gensmall {
 color: #069dc9;
 text-decoration: none;
 }
a.gen:hover,a.genmed:hover,a.gensmall:hover{
 color: #069dc9;
 text-decoration: underline;
 }

1. Edit the code to your liking

2. Add them to the CSS box

Admin panel\Display\Colors\CSS Style Sheets

3. Press "Submit" when done

***Warning***

These codes are interlinked with other parts of the forum and may effect other sections.

Save everything before you use these codes.

Regards







Craig
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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