A few days ago, I experimented with another wordpress theme, the Dkret3.
This one is good also. It is flexible. It can be set in many ways. You can choose one of its many lay-outs such as the following:
- double-side bar left
- double-side bar right
- single-side bar left
- single-side bar right
- hoverama
- fluidelity
- side bar off
- small-font size
- side bar small
- side bar left and right
The header is also customizable. Plus it has footer. It has built-in insert ads functionalities. Drop down navigation menu. The side bars can be further subdivided.
Dkret3 Theme is easy to customize.
What I customize in Dkret3 Theme are the following:
- I added ads division in the header.
- As usual I changed the font-family and colors
- I changed the drop-down navigation menu color
- I changed the footer color.
How I changed them? Here are the steps…
In the header.php, I added the following codes for the ads division:
![]()
Click here to get 1 Million Guaranteed Real Visitors, FREE!
Cheap Linux Dedicated server starts at $37/mo. FREE SETUP!<div> <!– add by yljien reserve for ads rental start –>
<p align=”center”><a href=”http://jollyworkshosting.com/refer/yljien.php” target=”_blank”><img border=”0px” src=”http://affiliates.jollyworkshosting.com/banners/Banner1-468×60.gif”/></a><a href=”http://jollyworkshosting.com/refer/yljien.php” target=”_blank”><img border=”0px” src=”http://affiliates.jollyworkshosting.com/banners/Banner3-468×60.gif”/></a></p>
</div> <!– add by yljien reserve for ads rental end –>
These codes are added after the blog description codes. The css for the ads are the following:
#ads {
float: left;
display: inline;
margin-top: 8px;
margin-left: 0px;
width:940px; /* or whatever the width should be */
}
/* yljien wants to insert header ads*/
The ads css is added after these following codes:
#blog-description {
font-size: 13px;
padding: 1px 20px 1px;
text-align: left;
}
.access-sep {
display: none;
For the font family, I changed to the font I want.
For the font-colors, I changed those codes starting with # and followed by alpha-numeric to the color codes I want. I refer to the colorpicker of w3schools: http://www.w3schools.com/tags/ref_colorpicker.asp









