PDA

View Full Version : Forum Title


MajorKokosnuss
08-24-2014, 10:25 AM
Is it possible to make forum titles colored ?

Because i wanted to make only a piece of a Forum Title red :)

http://prntscr.com/4fxk0o

ozzy47
08-24-2014, 10:38 AM
Link to that page. :)

MajorKokosnuss
08-24-2014, 10:50 AM
boomboomforums.com :)

i whould like to make it like this GM Application [CLOSED]

The [CLOSED] should be in red :)

ozzy47
08-24-2014, 10:53 AM
:( Guests can not see the site.

MajorKokosnuss
08-24-2014, 11:01 AM
oww sec :) should work now

ozzy47
08-24-2014, 11:02 AM
Nope, still getting the vBulletin Message

EDIT: it worked after a hard refresh. :)

ozzy47
08-24-2014, 11:18 AM
Ok so what you would need to do is edit the forum, GM Application and in the Title Field change it to this:

<span style="padding-right:10px;">GM Application</span><span style="color:red;">[CLOSED]</span>

MajorKokosnuss
08-24-2014, 11:28 AM
oh thanks ! i was trying with {font-color} but it never worked

uhhm is it normal that it gets that fat then ?

ozzy47
08-24-2014, 11:34 AM
That is because of adding the span's, so try this instead:

<span style="padding-right:10px; margin-top:-15px; margin-bottom:-20px;">GM Application</span><span style="color:red; margin-top:-15px; margin-bottom:-20px;">[CLOSED]</span>

MajorKokosnuss
08-24-2014, 11:37 AM
This doesn't work :/

I guess the code is to long

ozzy47
08-24-2014, 11:39 AM
Hmmm, OK give me a sec to work it out another way.

ozzy47
08-24-2014, 11:53 AM
Alright, lets try it this way, change the forum title to the following:

<em class="gmapplication">GM Application</em><em class="gmapplication_closed">[CLOSED]</em>Then add this to your additional.css template:

.gmapplication
{
padding-right:10px;
//margin-top:-15px;
//margin-bottom:-20px;
}

.gmapplication_closed
{
color:red;
//margin-top:-15px;
//margin-bottom:-20px;
}We shall see if it works this way, and don't make the block so tall.

MajorKokosnuss
08-24-2014, 12:25 PM
Thanks worked~

ozzy47
08-24-2014, 12:33 PM
Excellent, glad to hear. :)