Help with tumblr html coding and theme personalisation (click for more information)?

Emma Andersen

New member
Does anyone know how to change the stuff that goes underneath a post. My theme only shows the date but I want it to show the notes the photo has instead. Here is the current code for that part of the theme: .date{
font-size:90%;
color:{color:date};
font-style:italic;
display:block;
}
.content{
display:block;
width:100%; {block:IfShowPortrait}min-height:120px;{/block:IfShowPortrait}
margin-bottom:5px;
}

How can I change this to only say "1234 notes" or however many notes there are and how can I get it to be in the centre under the photo instead on the bottom left. Also the date has a little green + before it how can I get rid of that?
Sorry, I am very new to coding and am just trying to figure it out :) Thanks for help if anyone knows what to do.
 
Back
Top