This theme post are 250x250.
Go under body to add a custom background.
body {
background:{color:background};
margin:0px;
color:{color:text};
font-family:'Lato', sans-serif;
font-size:12px;
line-height:120%;
background-image:url(”ADD URL HERE”);
background-attachment: fixed;
background-image:stretch;
background-repeat:repeat;
background-image:cover;
background-position:top;
text-shadow:2px 2px 15px #000000;
}
Make sure you upload the custom background and open it private.
Click on it until you get a grey archive background, with the image by itself. Click on the image to enlarge, than right click and copy image URL. Like you’re copying the image URL to a post. Once you have the url add it to the background.
#entries {
padding:10px;
left:385px;
top:90px;
position:fixed;
background-color:transparent;
width:250px;
height:340px;
top:195px;
padding: 20px;
overflow-x:scroll;
scroll:left;
overflow-x:hidden;
}
Change the width and height for the box size. Try to consider the box size before you do this. The post height and width is 250 x 250 when you’re on your blog.
Change the left number, to move the post left or right of the page. Change the top number to make the post go higher or lower.
This theme does not have a scroll bar, it’s transparent.
#sidebar {
color:{color:text};
position:fixed;
width:91px;
height:auto;
top:390px;
left:470px;
text-align:left;
}
Change the top and left, to make the ( NEXT PAGE LINK ) higher/lower and left/right.
.popup_block{
display:none;
background:#fff;
background-image:url(”url”);
padding:20px;
border:1px solid #eee; /* if you want a solid white pop-up, delete this */
float:left;
position:fixed;
top:50%;left:50%;
z-index: 99999;
-webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
-moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
box-shadow: 0px 0px 20px #000; /* delete for solid white */
Add a custom background for your pop up ask box. It doesn’t have to be that big or anything special. It can be 400x400. Cut it from apart of your theme and make a background out of it. This would’ve been more complicated if I had followed better steps with customizing page.
Once you have done all that, you can change the links to symbols and add status tabs to the theme.