How to change the look of how my post info appears (Zoren)
-
Hi there,
It’s hard for me to express my question properly because I can’t figure out what the name of the thing I want to change is. What I’m referring to is the container that holds the posting date, category, author, etc. of each post.In the theme I’m using (Zoren), this container is quite large, shaded grey and appears at the top of each post. I would like it to be much less attention-grabbing – more like it is on my other blog: http://shorttermconsequences.wordpress.com/
I do have the custom upgrade for the blog I want to change this on. Is there a way to do that? And could someone please tell me the proper name of this feature?
Thanks for any assistance you can provide.
best,
KarenThe blog I need help with is: (visible only to logged in users)
-
Hi Karen, that is generally called the post metadata. Due to the structure of the HTML and CSS in Zoren, it would be very difficult and problematic to try and make the metadata look like that in Able. I’ve played a bit with things and give the following a try which simplifies things considerably and adds a simple border at the top of the metadata instead of the grey background and tightened up the spacing between it and the title of the post.
.entry-format-badge { display: none; } .entry-meta { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border-top: 2px solid #d8d8d8; padding-top: 10px; } .wf-active .entry-meta p { font-size: 95%; line-height: 20px; } .author-meta a { font-size: 90%; } .entry-title { padding-top: 0; } -
-
- The topic ‘How to change the look of how my post info appears (Zoren)’ is closed to new replies.