View Single Post
  #2 (permalink)  
Old 03-12-2010, 02:48 AM
Support's Avatar
Support Support is offline
Administrator
 
Join Date: Jan 2005
Posts: 8,788
Yes, you can edit theme background, fonts, etc..if you want. For example: to edit the background of your current theme, go to Style Administration > Themes > click the Edit button next to the name of your current theme (v3phpbb3). In the theme editor, find:
Quote:
body {
/* Text-Sizing with ems: How to size text using ems | Clagnut § Typography · CSS*techniques */
font-family: Verdana;
color: #000000;
background-color: #E1E1E2;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
Replace with:
Quote:
body {
/* Text-Sizing with ems: How to size text using ems | Clagnut § Typography · CSS*techniques */
font-family: Verdana;
color: #000000;
background-image: url(http://abc.com/xyz.jpg);
background-color: #E1F245;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
The download link you gave me does not works, can you please recheck it.
__________________
The FreeForum.ca Team.

Free Forum http://www.forummate.com
Free PhpNuke Hosting http://www.greatnuke.com, http://www.freephpnuke.org
Reply With Quote