Change the Font on your ENTIRE fourm Phbb2 & Punbb

Go down

Change the Font on your ENTIRE fourm Phbb2 & Punbb Empty Change the Font on your ENTIRE fourm Phbb2 & Punbb

Post by Sir Mayo ™ 8/20/2013, 11:28 am

Greetings Today I will show you how to change you Form Font  VIA CSS!
This Tutorial will cover Two Forum types Phbb2 and Punbb.
If you forum type its Phbb3 or Invasion click here!
If you don't know your forum type then click Here!
If you don't know how to add CSS to your CSS style sheet click here!

Phbb2

Once at your CSS style Sheet add this to the bottom of it
Then press save!
Code:
th
{
  background-color: transparent;

font-family: cursive;
 text-align: inline;
}

*
{
  
 font-size:12px;
   font-family: cursive;
 
}
Punbb
Once at your CSS style sheet add this to the bottom it then Press save
Code:
.pun table.table th
{
 font-family: cursive;
}


*
{
  
 font-size:12px;
   font-family: cursive;
 
}



Sir Mayo ™
Sir Mayo ™
Owner

Owner

Posts : 76
Join date : 2013-05-14
Age : 28
Location : USA

https://sir-mayo.forumotion.com

Back to top Go down

Back to top

- Similar topics

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