Meme
Not New Member
Posts: 24
Meme said 0 great things
|
Post by Meme on Mar 24, 2012 6:54:32 GMT -8
Okay I know you have a zillion requests and I'm being a pest, but I have another problem on my Forum. I am not sure if this is a coding issue or not. For some reason I cannot adjust the size of my font in the category titles, and I don't even know how to adjust the size of the font in my fader title. I'm a bit at a loss here. I put both of these questions together because it seems like they might be related. Any help would be appreciated for My ForumThank you, Meme[MÜD:worried]
|
|
|
Post by Wormopolis on Mar 24, 2012 7:00:45 GMT -8
.cattext {font-size:20px}
that should hit the category titles.
.newstitlebg {font-size:20px}
that one should hit the news fader title
|
|
Meme
Not New Member
Posts: 24
Meme said 0 great things
|
Post by Meme on Mar 26, 2012 16:53:55 GMT -8
This seemed to work very well thank you, is there a way to change the actual font text within this code or do I try and see if it will work just by using ubbc in the categories moderation on the admin board?
|
|
|
Post by Wormopolis on Mar 27, 2012 17:16:59 GMT -8
by "font text" do you mean the font face or the actual text?
|
|
Meme
Not New Member
Posts: 24
Meme said 0 great things
|
Post by Meme on Mar 30, 2012 15:57:24 GMT -8
The font face as in ubbc [/ font]
|
|
|
Post by Wormopolis on Apr 1, 2012 21:16:31 GMT -8
in that same CSS, you just have to add in something like:
.newstitlebg {font-size:20px; font-face: Arial}
but keep in mind, if you use a font that not everyone has loaded on their computer, they will see things differently. look up "web safe fonts" in google for a list.
|
|