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

    Hello,

    1 – I’d like to reduce the space between the articles – e.g. on this page: http://outilsducoach.com/fiches-abonnement/formule-decouverte/

    2 – On the same page : how can I delete the author name (par admin) and the date (under the title)

    Great theme !

    best, AB

    #288036

    Hi anma!

    1- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .template-blog .post_delimiter { margin: 0; }

    2- Please go to Enfold theme options > Blog Layout and uncheck Blog Author and Blog Date under “Blog meta elements”
    Cheers!
    Yigit

    #288077

    Hi Yigit,

    Thank you, but

    1 – Can I reduce the space a bit more?

    2- I unchecked the “blog meta elemets” aleady ( blog post author + blog post date) – it works only on the article page itself but NOT on the blog article list !

    Merci, AB

    #288094

    Hey!

    Please add following code to Quick CSS as well and adjust as needed
    1-

    .template-blog .post_delimiter { padding-top: 10px; }

    by default top padding is 50px
    2-

    .blog-author, .text-sep-cat, .date-container, .text-sep-date { display: none !important; }

    Cheers!
    Yigit

    #288125

    Thank you Yigit, this works!!

    #288127

    Hi!

    You are welcome AB, glad we could help! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘List with articles (blog articles) – author name and date’ is closed to new replies.