Aloha, I’m trying to align my blog posts per the private content links I have posted.
How do I:
– Align the byline to the left?
– Change the byline font size?
– Add text after the byline as per the sample?
– Add a HR after the byline as per the sample?
Many thanks ;)
Drew
Hey HiDrew!
Add this to your custom CSS.
.template-single-blog .post-meta-infos { font-size: 14px !important; text-align: left !important; }
.template-single-blog .entry-content { border-top: 1px solid black; padding-top: 20px !important; }
As for the extra text you could try adding it after line 182 in /enfold/includes/loop-index.php.
echo '</span>';
Best regards,
Elliott
Hey!
Please add following code to Quick CSS
#top .fullsize .template-blog .post-title {
text-align: left !important;
}
#top .fullsize .template-blog .post-meta-infos {
text-align: left;
font-size: 18px;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 20px;
}
Cheers!
Yigit
Aloha, this change has been implemented, looks good on the blog roll, but now I am getting a double line on the blog post pages themselves, such as: http://bestteampractices.com/the-eleventh-hour/
Something conflicting, perhaps?
Mahalo!
Drew