Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #273975
    maruhoshi
    Participant

    Hello!

    After spending hours on searching for how to remove/hide the title on post page, I still can’t find the right CSS…
    Can you please help me with this issue? Thanks!

    #274000
    Skandha
    Participant

    @maruhoshi: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post article .entry-title {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #274063
    maruhoshi
    Participant

    H,

    Thank you for your reply!

    I think I didn’t get my issue clear enough..
    I meant I want to remove/hide the post page title, not the post’s title.

    Thank you,

    #274157
    Skandha
    Participant

    @maruhoshi: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .section-title {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #274200
    maruhoshi
    Participant

    Hi,

    Thank you so much it worked!

    Yusuke

    #274244
    maruhoshi
    Participant

    Hi,

    Hope it’s ok to ask another question here…

    I just posted a post for the first time, I see the whole texts on the post page.
    How can I limit the numbers of texts that are shown on the post page?

    Thanks!

    #274245
    maruhoshi
    Participant

    Also, my website is in Japanese.
    On the front page, I am exhibiting the new posts lists, and right now almost half of the content is showing, even if I am setting the excerpt at 50 words, probably because it is a different alphabet.

    Can yo please let me know how I can fix this?
    I want to show 50 characters instead.

    Thanks!

    #274832
    Skandha
    Participant

    @maruhoshi: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove/hide the title on post page?’ is closed to new replies.