CSS for Forum Title
4 posters
Page 1 of 1
CSS for Forum Title
Running: Invision!
I'd like to be able to center the highlighted portion, as well as change the font, size, and color.
I've tried looking through the CSS for it, but I'm having some trouble finding it.
I'd like to be able to center the highlighted portion, as well as change the font, size, and color.
I've tried looking through the CSS for it, but I'm having some trouble finding it.
Last edited by ℋunni on June 5th 2012, 7:12 am; edited 1 time in total
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
Re: CSS for Forum Title
[LINK DELETED]
Last edited by ℋunni on June 5th 2012, 7:11 am; edited 1 time in total
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
Re: CSS for Forum Title
For the title, add this in the title:
<center>Title</center>
To change the font add this to the description:
<font=YOUR FONT><size=SIZE YOU WANT><color=COLOR YOU WANT>Message</color></size></font>
<center>Title</center>
To change the font add this to the description:
<font=YOUR FONT><size=SIZE YOU WANT><color=COLOR YOU WANT>Message</color></size></font>
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: CSS for Forum Title
Is there any way I can add all of what I want through CSS?
Since I do want to bring it down some, change the text-transform, etc.
EDIT: So, for some reason, I have to put <center ></center > in the topic title, or else it won't center, despite it being !important in the CSS. I found the CSS section that I needed, but margin and padding control isn't working. Any ideas?
EDIT: Pff, this is complete. Thanks everyone <3.
Since I do want to bring it down some, change the text-transform, etc.
EDIT: So, for some reason, I have to put <center ></center > in the topic title, or else it won't center, despite it being !important in the CSS. I found the CSS section that I needed, but margin and padding control isn't working. Any ideas?
- Code:
.hierarchy {
display: inline;
font-size: inherit;
font-weight: inherit;
text-align: right!important;
text-transform: lowercase;
font-size: 20px!important;
font-family: 'Open Sans Condensed'!important;
}
*+ html .hierarchy {
font-size: 20px;
font-weight: normal;
}
* html .hierarchy {
font-size: 20px;
font-weight: normal;
}
table.ipbtable .forum-name a {
font-weight: normal;
}
EDIT: Pff, this is complete. Thanks everyone <3.
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
Re: CSS for Forum Title
Try this:
- Code:
.hierarchy {
display: inline;
font-size: inherit;
font-weight: inherit;
text-align: right!important;
text-transform: lowercase;
font-size: 20px!important;
font-family: 'Open Sans Condensed'!important;
}
*+ html .hierarchy {
font-size: 20px;
font-weight: normal;
}
* html .hierarchy {
font-size: 20px;
font-weight: normal;
}
table.ipbtable .forum-name a {
font-weight: normal;
margin: 0 auto;
width: 90%;
}
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Similar topics
» Forum Icons To Close To Forum Title & Description
» How to remove "free forum" from the forum title?
» How do I get rid of the "Free Forum" text in the title of my forum?
» How to Change the forum Bar or Forum title?
» Forum title
» How to remove "free forum" from the forum title?
» How do I get rid of the "Free Forum" text in the title of my forum?
» How to Change the forum Bar or Forum title?
» Forum title
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum