Minimal Blog adjustment

Home Forums All Other Themes Minimal Blog adjustment

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #208001
    Karsten LawrenzKarsten Lawrenz
    Participant
    • Topics: 6
    • Replies: 8
    • Total: 14
    Member since: September 23, 2023

    Hello,

    I have 2 issues I hope you can help with. I’ve tried several things, but without success!

    1. I would like to hide all tags and category links, on my entire site. How can I do that?

    2. I don’t use comments on my site, and would therefore like it to say, “date and author name” on post pages instead of “date and comment.” How can I achieve this?

    Regards,
    Karsten

    https://socialmind.dk/

    #208015
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31006
    • Total: 31006
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    .spancentertitle, .aboutauthor:nth-of-type(2) { display: none;}

    2. I don’t use comments on my site, and would therefore like it to say, “date and author name” on post pages instead of “date and comment.” How can I achieve this?

    Ans: Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Dave

    #208028
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31006
    • Total: 31006
    Member since: August 16, 2013

    Hi,

    Issue have been resolved. Kindly clear browser cache and check.

    Regards,
    Dave

    #208038
    Karsten LawrenzKarsten Lawrenz
    Participant
    • Topics: 6
    • Replies: 8
    • Total: 14
    Member since: September 23, 2023

    Hello again,

    Great, thank you very much!

    But seems that issue number 1, is still not resolved – categories and tags are still, at the bottom of each post page. How do I fix this?

    Regards, Karsten

    #208051
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31006
    • Total: 31006
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .postmeta {
      display: none;
    }

    Regards,
    Dave

    #208078
    Karsten LawrenzKarsten Lawrenz
    Participant
    • Topics: 6
    • Replies: 8
    • Total: 14
    Member since: September 23, 2023

    Hello,

    Thank you for your response – the problem has been resolved!

    Unfortunately, the code you suggested doesn’t work. However, I have inserted this CSS instead, which works as intended.

    .single-post .post-categories, .single-post .post-tags {
    display: none;
    }

    Regards,
    Karsten

    #208095
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31006
    • Total: 31006
    Member since: August 16, 2013

    👍

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.