• Resolved rosaliebloom

    (@rosaliebloom)


    Hello,
    I’m new to Word Press and not very used to CSS ;-)… I’ve downloaded your great theme and would like to make some changes.
    Could you please tell me how I can:
    – Disable the comments
    – Disable the “About the author” block
    – Change the titles’ font (I’ve tried but it seems we’re not allowed to change that…?)
    Many thanks in advance for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi Rosalie,

    To hide the comments and about author blocks, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    post-meta.section-inner.thin,
    .comments.section,
    .respond.section { display: none !important; }

    To change the font, you unfortunately would have to go into style.css and replace the font-family parameters.

    — Anders

    Thread Starter rosaliebloom

    (@rosaliebloom)

    Thanks Anders!

    Hi Anders,
    Firstly, thank you very much for your Radcliffe theme – it’s great!

    I have three issues below. I’ve done a lot of research but still haven’t figured it out.

    1) I want to remove the “about the author” and “about the post” at the bottom of each post. Your solution above isn’t working for me. Do I go to Appearance –> Custom CSS
    and enter that code in the empty box? Nothing is happening.

    2) I want to remove the “You may use these HTML tags and attributes: …” under the comments box.

    3) At the top of each blog title, I’m okay with the posted date being shown but is it possible to remove the number of comments?

    Thank you very much in advance for your help!

    Ahmed

    Hi!
    (Joining the chorus of praise!)

    Same question as ahmed above; can I remove the number of comments next to the blog title? (Since I do not allow comments anyway.) Removing the date, or changing it for a piece of text of my choice would be great also.

    Just a WP user, not a coder, so bear with me! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable Comments / Disable About the Author / Change Font’ is closed to new replies.