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
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
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
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
Thank you Yigit, this works!!