Dark Night Theme
DARK NIGHT
Here’s another dark theme we developed and wanted to add to our collection of freebies. This theme features a dark night sky background with floating sections similar to the other themes above but shows how we can use an image as the background of page.
2 Column, Right Sidebar
Night Sky Background
Widget Ready
Multi Level Drop Down menu bar at top
Stylish Font theme
Rounded Box Corners
Enhanced Display Features
Use Freely
DOWNLOAD Dark Night Theme 2 (359)
To make the background image stay fixed and not scroll with the theme open the theme editor in the Appearance menu and select the Stlye Sheet file. Right in the beginning you will find the body tag and all you have to do is change the “background-attachment” from “scroll” to “fixed”.
ORIGINAL – Background scrolls with page.
body
{
margin: 0 auto;
padding: 0;
background-color: #000000;
background-image: url(‘images/Page-BgTexture.jpg’);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;}
FIXED BACKGROUND IMAGE – Does Not Scroll
body
{
margin: 0 auto;
padding: 0;
background-color: #000000;
background-image: url(‘images/Page-BgTexture.jpg’);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;}
Click The Banner Below To Create Your Own WordPress Themes






