View Single Post
  #17  
Old 1st June 2014, 20:18
WhyMe WhyMe is offline
Banned
 
Join Date: Apr 2014
P2P
Posts: 160
Talking
include/templates/where your theme is default/style/style.css
At the top of the css
I make all new 5.6 themes

PHP Code:
body
{
    
background#2E2E2E; <------------- Here to change colur
    
color#000;
    
font-familyArial,Sans-Serif;
    
font-size74%;
    
font-stylenormal;
    
font-variantnormal;
    
font-weightnormal;
    
line-height1.4em;
    
margin0px 0;
    
padding0;

Or

PHP Code:
body
{
    
color#000;
    
font-familyArial,Sans-Serif;
    
font-size74%;
    
font-stylenormal;
    
font-variantnormal;
    
font-weightnormal;
    
line-height1.4em;
    
margin0px 0px;
    
padding0;
    
background-color#000;
    
background-imageurl(../images/what pic you want to add.jpg); png jpg gif what you want add to the images of your theme
    background
-repeatno-repeat;
    
background-attachmentfixed ;

Reply With Quote