BTemplates, the best place for Blogger templates since 2008.
4,146 Downloads.
White Press is a free Blogger template adapted from WordPress with 2 columns, right sidebar, rounded corners, posts thumbnails and simple look.
Author: Dhe Template. Designer: OnlyWP.
date? what configuration?
@Rogerio: This in an example of date format: “Monday, November 15, 2010”, Click on “Template Settings” link for more instructions (it was recently added, it is above, highlighted in yellow)
Updates :
If Static Pages has an error with your browsers such as Firefox and Chrome, please attention note this updates
Go to Design > Edit HTML and find this CSS code :
/* PageList */ #crosscol-wrapper{ margin: 6px auto 0; background: url(https://2.bp.blogspot.com/_aAjcAMHOGT4/TJjrKUeOOaI/AAAAAAAAEzY/hukCNx0DpzM/s1600/menu.png) no-repeat top; width: 912px; height: 48px; padding: 15px 0 0 38px; }
.PageList{ height:30px; padding:0; width:500px; margin:0; float:left; text-transform:uppercase; } .PageList li a{ float: left; margin-right: 20px; text-transform: uppercase; font-size: 115%; font-weight: bold; }
.PageList li a:hover{ color: #a6a6a6; }
.PageList li.selected a{ text-decoration:none; }
.crosscol .PageList ul, .PageList ul, .crosscol .PageList li, .PageList li{ margin:0; padding:0; list-style:none; outline:none }
Change that code with this one :
Thanks
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website
Rogerio 20 April 2011 at 8:49
date? what configuration?
Claudia 27 April 2011 at 18:48
@Rogerio: This in an example of date format: “Monday, November 15, 2010”, Click on “Template Settings” link for more instructions (it was recently added, it is above, highlighted in yellow)
DheTemplate 11 September 2011 at 23:41
Updates :
If Static Pages has an error with your browsers such as Firefox and Chrome, please attention note this updates
Go to Design > Edit HTML and find this CSS code :
/* PageList */
#crosscol-wrapper{
margin: 6px auto 0;
background: url(https://2.bp.blogspot.com/_aAjcAMHOGT4/TJjrKUeOOaI/AAAAAAAAEzY/hukCNx0DpzM/s1600/menu.png) no-repeat top;
width: 912px;
height: 48px;
padding: 15px 0 0 38px;
}
.PageList{
height:30px;
padding:0;
width:500px;
margin:0;
float:left;
text-transform:uppercase;
}
.PageList li a{
float: left;
margin-right: 20px;
text-transform: uppercase;
font-size: 115%;
font-weight: bold;
}
.PageList li a:hover{
color: #a6a6a6;
}
.PageList li.selected a{
text-decoration:none;
}
.crosscol .PageList ul, .PageList ul, .crosscol .PageList li, .PageList li{
margin:0;
padding:0;
list-style:none;
outline:none
}
Change that code with this one :
/* PageList */
#crosscol-wrapper{
margin: 6px auto 0;
background: url(https://2.bp.blogspot.com/_aAjcAMHOGT4/TJjrKUeOOaI/AAAAAAAAEzY/hukCNx0DpzM/s1600/menu.png) no-repeat top;
width: 912px;
height: 48px;
padding: 15px 0 0 38px;
}
.PageList{
height:30px;
padding:0;
width:500px;
margin:0;
float:left;
text-transform:uppercase;
}
.PageList li a{
float: left;
margin-right: 20px;
text-transform: uppercase;
font-size: 115%;
font-weight: bold;
}
.PageList li a:hover{
color: #a6a6a6;
}
.PageList li.selected a{
text-decoration:none;
}
.crosscol .PageList ul, .PageList ul, .crosscol .PageList li, .PageList li{
margin:0;
padding:0;
list-style:none;
outline:none
}
Thanks