PDA

View Full Version : Sticky font-size


Ramit
07-10-2011, 07:48 PM
How can I increase sticky´s font-size?

Thanks.

Jeff Ledger
07-10-2011, 10:48 PM
add this to your additional.css

.threadbit .sticky {
border-style: solid;
font-size: 15px;
}

change the value in font-size to any size you want for your sticky thread.

Jeff

Ramit
07-11-2011, 03:17 AM
It does´nt work.

btw: the additional.css was empty. It´s that okey?

WDS
07-11-2011, 08:42 AM
It does?nt work.

btw: the additional.css was empty. It?s that okey?

If default is empty, that template is used to modify all aspects (CSS) forum unedited originals.

Ramit
07-11-2011, 11:24 AM
If default is empty, that template is used to modify all aspects (CSS) forum unedited originals.

Why it does?nt work?

setishock
07-11-2011, 03:03 PM
What is affected by what is in the additional.css is only the part you put in it.

To make your code the one the software uses add !important to the command. Like this >

.threadbit .sticky {
border-style: solid;
font-size: 15px !important;
}

Ramit
07-11-2011, 06:13 PM
Still does´nt work...

Ramit
07-13-2011, 08:07 PM
Help please!