Tumblr question?
I want to use a popular theme called Perf’s. I can change everything in the code by replacing the image URLS pretty easily except for the middle part of the posts. I can’t find it anywhere in the code. How could I change that part of the theme? Thanks.
Observing members:
0
Composing members:
0
5 Answers
It looks like there’s a background defined for ”.wrapper .left” which defines the “left side” of the post (the right side is the tab with the date). It uses a background image called left-repeat.png…
It is line 100 in the page you linked, but with your changes it might be different for yours.
Here are the styles -
.wrapper .left {
background:transparent url(left-repeat.png) repeat-y scroll left top;
float:left;
width:536px;
}
I hope it helps.
Hey thanks for the help! It worked!
Response moderated (Spam)
Response moderated (Spam)
Response moderated (Spam)
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.