• Resolved Giannis Karas

    (@ikaras)


    Great theme but,

    Can anyone tell me how to remove comment count bubble from my posts in this theme (using CSS if possible)?
    I have already tried:

    .comments-link { display: none; }

    .post-meta {display: none;}

    .post_comments {
    display:none!important;
    }

    .entry-meta .comments {
    display: none;

    .comments-mini {display:none !important;}

    Has anyone found a way?

Viewing 5 replies - 1 through 5 (of 5 total)
  • poamobile

    (@poamobile)

    HI ..ikaras
    We You able to Remove the Author Line ” By : | Admin “.
    I tried removing Admin but “By : | ” is still there , any solutions ?

    poamobile

    (@poamobile)

    .tx-post-comm {
    display: none;
    }

    use this in custom css in Theme/customise/layout

    this will remove the bubble..

    Thread Starter Giannis Karas

    (@ikaras)

    Poamobile my friend, you are a GOD! I was trying for days!
    Thank you very much.
    Works perfectly.

    Great …. Did you got rid of “By:|” Author name in the post . I am still figuring out the solution. althhough Authorname is not appearing now but can’t get rid of ” By :|”

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Comment count from posts’ is closed to new replies.