Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #396056

    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

    #396178

    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

    #399504
    This reply has been marked as private.
    #399671

    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

    #411773

    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

    #412344

    Aloha!

    Please add following code to Quick CSS

    #top .fullsize .template-blog .post-meta-infos {
      border: none;
    }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.