Okay
  Public Ticket #2582503
Blog display date & header only
Closed

Comments

  • simonpeter0901 started the conversation

    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.

  •  2,963
    Andrew replied

    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.

  • simonpeter0901 replied

    So happy, Andrew. The blog look like I hope. It worked. Thank a lot. 

  •  2,963
    Andrew replied

    Hi There.

    We are glad it worked.

    Cheers!

  • simonpeter0901 replied

    Can you help me more, I want posts' headers smaller, 20px.

  • simonpeter0901 replied

    And no excerpt also. 

  •  2,963
    Andrew replied

    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.

  •  2,963
    Andrew replied

    Hi There.

    For excerpts you can adjust the settings from here:

    6355624135.png

    Kind Regards.

  • simonpeter0901 replied

    Thanks Andrew, 

    But when I turn-off automactic excerpts, the post show all content @@. :'(

  •  2,963
    Andrew replied

    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.

  • simonpeter0901 replied

    I dont want to display excerpt. I need the list show only: day-time, headers. So sorry if my problems make you tired.

  •  2,963
    Andrew replied

    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.

  • simonpeter0901 replied

    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"


  •  2,963
    Andrew replied

    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.

  • simonpeter0901 replied

    6 PM in Vietnam and good afternoon Andrew,

    I send an attachment, could you please check. My problem is not single-below.

  •  2,963
    Andrew replied

    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.

  • simonpeter0901 replied

    This is a best news today: It's worked well as I expected.

    Thanks a ton, Andrew! :D 

  •  2,963
    Andrew replied

    Hi Simon.

    You are welcome.

    Regards.