Forum Replies Created
-
AuthorPosts
-
BrennersMember
Thank you. Thank you. Thank you. 🙂 Perfect.
BrennersMemberHere's the section of code that I inserted it into. I still got no results.
/* Post Info / Meta
------------------------------------------------------------ */
.post-info,
.post-meta {
clear: both;
text-transform: uppercase;
}
/*.post-info {
background-color: #ededed;
font-size: 14px;
color: #3e3e3e;
border-bottom: 10px solid #345282;
padding: 0 0 10px 0;
margin: 0 0 0px 0;*/
}
.genesis-grid .post-info {
margin: 0 0 0px;
}
.post-meta {
font-size: 12px;
color: #15428b;
border-top: 1px solid #15428b;
background-color: #FAFAFA;
padding: 0;
}
.post-info a,
.post-info a:visited,
.post-meta a,
.post-meta a:visited {
color: #15428b; /*#999;*/
font-weight: normal;
}
.post-info a:hover,
.post-meta a:hover {
color: #3e3e3e;
}
/**added for fancy post info**/
.post-info {
/*border-bottom: 1px solid #15428b;*/
font-family: Georgia, sans-serif;
font-size: 12px;
font-style: italic;
margin: 0 0 0px;
padding: 0px 0 -10px 60px;
}
.post-info .time {
border-radius: 50%;
background: #15428b;
height: 50px;
}
.post-info .time,
.post-info .time span {
color: #fff;
display: block;
text-align: center;
width: 50px;
}
.post-info .time {
left: 0px;
position: absolute;
top: 0px;
}
.post-info .day {
/*background: none*/
font-size: 20px;
font-weight: bold;
height: 20px;
line-height: 1.3333em;
}
.post-info .month {
/*background: #15428b;*/
height: 20px;
line-height: 2; /*1.33333;*/
text-transform: uppercase;
}
#content .genesis-grid h2 {
padding-left: 0;
}
#content .post {
position: relative;
}
#content .post h1 {
margin-left: 60px;
}
#content .post h2 {
font-size: 18px;
/*background-color: #ededed;*/
/*border: 1px solid #15428b;*/
padding: 10px 0 10px 55px; /*60px;*/
margin: 0 0 0; /*10px 10px 0 60px;*/
}
Here's the section of code where I inserted it. I still got no results.
May 18, 2013 at 9:33 pm in reply to: Adding Post titles as overlay text over featured images (Minimum 2.0) #41572BrennersMemberDid you ever get this figured out? I am using the Minimum theme and would like to make the post title and post info overlay the featured image as well. Google's not helping me out much on this one.
April 18, 2013 at 1:09 pm in reply to: How to remove featured image on Minimum theme post page? #36195BrennersMemberI found this thread post by @Jen Baumann, telling how to remove the featured image from blog post pages. Also, it explains how to set a thumbnail on the homepage.
http://www.studiopress.community/topic/minimum-featured-image-help/
I successfully removed the large feature image from the blog post pages. I also was able to get a thumbnail image to appear on the home page. However, I am not sure what this part means:
You’ll also need to register an image size (or use one already registered in functions.php) and maybe even add a bit of css.
`add_image_size(``'grid-thumbnail'``, 100, 100, TRUE);`
How do I register an image size and where on the stylesheet do I add the css?
I would like to specify a thumbnail size as well as tell it to align left of the text, so that my recent blog posts part of the homepage looks similar to this website:
Thanks in advance for your explanation.
-
AuthorPosts