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 for Forum Title

4 posters

Go down

Solved CSS for Forum Title

Post by ℋunni June 5th 2012, 2:36 am

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.

CSS for Forum Title OY5fg


Last edited by ℋunni on June 5th 2012, 7:12 am; edited 1 time in total
ℋunni
ℋunni
Forumember

Female Posts : 150
Reputation : 4
Language : English

Back to top Go down

Solved Re: CSS for Forum Title

Post by Ryanette June 5th 2012, 3:01 am

Your board URL, please?
Ryanette
Ryanette
Forumember

Male Posts : 135
Reputation : 2
Language : English (British)
Location : England, United Kingdom

http://www.devforumz.com

Back to top Go down

Solved Re: CSS for Forum Title

Post by ℋunni June 5th 2012, 3:39 am

[LINK DELETED]


Last edited by ℋunni on June 5th 2012, 7:11 am; edited 1 time in total
ℋunni
ℋunni
Forumember

Female Posts : 150
Reputation : 4
Language : English

Back to top Go down

Solved Re: CSS for Forum Title

Post by SLGray June 5th 2012, 3:44 am

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>



CSS for Forum Title Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: CSS for Forum Title

Post by ℋunni June 5th 2012, 3:47 am

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?

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
ℋunni
Forumember

Female Posts : 150
Reputation : 4
Language : English

Back to top Go down

Solved Re: CSS for Forum Title

Post by LGforum June 5th 2012, 1:50 pm

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
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top

- Similar topics

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