• Resolved N

    (@x8yuvzi)


    Hey! I read the previous threads and removed time etc from places, but I am unable to remove category and comments count shown on thumbnails and posts. Please help. Thanks in advance.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Have you got a link?

    Thread Starter N

    (@x8yuvzi)

    Sorry I forgot to mention it before, it’s https://www.studskills.com

    @x8yuvzi,
    With the slider going as fast as it is, I can’t grab the info I need to shut off the category links, but the styling below should take care of the rest. Let me know if it works ok.

    If you have a custom css file or a child theme, put this in the custom-style.css:

    #header.details.clearfix {
    display: none;
    }
    #span.category {
    display: none;
    }
    #a.category {
    display: none;
    }
    #a.comments-number {
    display: none;
    }
    #footer.details {
    display: none;
    }

    Thread Starter N

    (@x8yuvzi)

    I have removed the slider, and inserted my the above mentioned code in custom css but it’s not working. Please help. Thanks in advance ??

    @x8yuvzi,

    Ok, inside theme options, select “Disable comments Globally”
    Now put this into your custom css and let’s see where we stand.

    .post-template-1 .details, .single-template-1 .details {
    display: none
    }

    sorry, that’s theme options -> More Settings -> Disable comments Globally

    Thread Starter N

    (@x8yuvzi)

    Hey! It worked partially. It removed category and stuff from posts on the page but it still remains in the widgets in the sidebar like recent posts, featured posts etc.

    @x8yuvzi
    Great! Next, put this in your custom css. That should take of the rest (possibly even the slider when activated).

    .post-template-1 .details .detail, .single-template-1 .details .detail, .category > a, .sidebar .category > a, .ac-twitter-tweet-time, .ac-featured-posts .thumbnail .details .category, .footer-credits .theme-author, .footer-credits .theme-author a, .footer-credits .theme-author a:visited, .post-template-1 .details .p-share .contents em, .sidebar #recentcomments, .sidebar #recentcomments a.url, .slider .date, .slider a.com, a.slide-btn:hover, .banner-small-title, .banner-small-title a, .banner-small-title a:hover, .banner-small-title a:visited {
    display: none;
    }

    .slider .info, .ac-popular-posts .category, .comments-number, .ac-twitter-tweet-time, .ac-featured-posts .thumbnail .details .category, .post-template-1 .details .p-share .contents em, .ac-recent-posts .category, .sidebar #recentcomments a.url, .sidebar #recentcomments, .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label {
    display: none;
    }

    Thread Starter N

    (@x8yuvzi)

    It’s done! Thanx very much! ??

    Nice. You’re welcome!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Remove category, author from everywhere’ is closed to new replies.