Need to decrease the line height for the excerpts displayed in the Portfolio index blocks which will be on the HOME page.
What file to change, and what code? Thank you.
Need to decrease the line height for the excerpts displayed in the Portfolio index blocks which will be on the HOME page.
What file to change, and what code? Thank you.
Also need to adjust how many lines in the excerpt are displayed. Possible? Thanks.
Request is four days old. This is an item still needed. Thank you.
Hey,
1) This page will tell you how to change the excerpt length: http://codex.wordpress.org/Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters
2) You can change the line height with following code:
body {
line height: 1.7em;
}
I'd add it to css/custom.css.
You must log in to post.