I want show blog post in a category like a list that had days and titles per row only, no excerpts, no category's name. But the large space I think its features images. This post type dont had feature images. Can you guys help me dont show feature images blank in this case.
I want show blog post in a category like a list that had days and titles per row only, no excerpts, no category's name. But the large space I think its features images. This post type dont had feature images. Can you guys help me dont show feature images blank in this case.
I need use this blog style. Header 18px.
Hi simonpeter0901,
Add the following custom css in Salient > General settings > CSS/Script related:
.post .content-inner .post-featured-img img { display: none; }
Hope this helps.
So happy, Andrew. The blog look like I hope. It worked. Thank a lot.
Hi There.
We are glad it worked.
Cheers!
Can you help me more, I want posts' headers smaller, 20px.
And no excerpt also.
Hi There.
We are always glad to help more.
Paste the css code below in Salient > General Settings > CSS/Script Related:
.post .post-header h1, .post .post-header h2 {
font-size: 20px !important;
}
Kind Regards.
Hi There.
For excerpts you can adjust the settings from here:
Kind Regards.
Thanks Andrew,
But when I turn-off automactic excerpts, the post show all content @@. :'(
Hi There.
Did you want to restrict the number of word in the excerpt?
Please let me know how you wanted the excerpt to display.
Regards.
I dont want to display excerpt. I need the list show only: day-time, headers. So sorry if my problems make you tired.
Hi There.
Thank you for clarifying, I would like you to know that we are always glad to help you have a great experience with out theme.
For excerpts not to display kindly paste the CSS below in Salient > General Settings > CSS/Script Related:
.excerpt {
display: none;
}
Hope this helps. Feel free to contact me in case you need further assistance.
Kind Regards.
Thanks again. The css code is running.
Can you visit this page again: https://ducmemaria.com/sst/thong-diep-thang-01-sach-su-that/
I try some css ''line-hight'' to decrease posts'heading but it does not work, then I need help again. (I have zero-knownlege about css).
I dont want to set line-hight in Typhography setting because heading post in home page will be "clutered"
Hi Simon.
Thank you for writing to us.
Paste the css code below in Salient > General Settings > CSS/Script Related:
.post-header, #single-below-header {
line-height: 18px !important;
}
Regards.
6 PM in Vietnam and good afternoon Andrew,
I send an attachment, could you please check. My problem is not single-below.
Hi There.
Please try this CSS as well:
#page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2, .nectar_single_testimonial[data-style="bold"] p, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, body #error-404 h2, .woocommerce-page .woocommerce p.cart-empty {
line-height: 31px;
}
Let me know how it goes.
Thanks.
This is a best news today: It's worked well as I expected.
Thanks a ton, Andrew! :D
Hi Simon.
You are welcome.
Regards.