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.

Need CSS code for forum titles, please

2 posters

Go down

Solved Need CSS code for forum titles, please

Post by boffer10 Fri 10 Sep - 18:50

I want to change the look of the titles-phpBB3

Need CSS code for forum titles, please 39410


Last edited by boffer10 on Fri 10 Sep - 21:02; edited 1 time in total
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Need CSS code for forum titles, please

Post by Guest Fri 10 Sep - 19:11

you can just use html code in the forum title Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: Need CSS code for forum titles, please

Post by boffer10 Fri 10 Sep - 19:18

I know, but I've got a lot of forums!
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Need CSS code for forum titles, please

Post by Guest Fri 10 Sep - 20:21

Try this:

Code:

.forumlink {
  color: #;
  font-family:;
  font-size: ZXXpx;
}

Or;

#forumlink {
  color: #;
  font-family:;
  font-size: ZXXpx;
}


EDIT:

OR! Very Happy
Code:

.forumlink{
    font-weight: bold;
    font-size: 12px;
    color : #006699;
    }
a.forumlink {
    text-decoration: none;
    color : #006699;
    }
a.forumlink:hover{
    text-decoration: none;
    color : #dd6900;
    }
avatar
Guest
Guest


Back to top Go down

Solved Re: Need CSS code for forum titles, please

Post by boffer10 Fri 10 Sep - 21:01

None of them worked Sad

But you gave me an idea Smile

This works-you were close-thanks

a.forumtitle {
color: #ff0000;
font-family: Arial,Helvetica,sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Need CSS code for forum titles, please

Post by Guest Fri 10 Sep - 21:09

Hehe Arh good then Very Happy. i just never tried them lol :d

Very Happy
avatar
Guest
Guest


Back to top Go down

Solved Re: Need CSS code for forum titles, please

Post by RoNo Fri 10 Sep - 22:09

RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top


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