I'm trying to remove this from a WP theme

3 replies
  • WEB DESIGN
  • |
This is has got to be the most peskiest thing I'm dealing with now..

E.M. UNLIMITED | Your Brand Our World

On the homepage...there is a 0/comments in front of the picture

and I'm trying to REMOVE IT...

please tell me the easiest way to do it..

Thanks!
#remove #theme
  • Profile picture of the author venfrancis
    You need to dig in to the codes in order for you to remove that. Login to your ftp and find the code for the probably in your index.php or some homepage template depending on the theme you're using.

    or add this in your style.css

    Code:
    .home .post-meta-top{display:none;}
    cheers.
    Signature

    UI/UX Designer + Frontend Developer from Philippines | ven.revereasia.com

    {{ DiscussionBoard.errors[9457096].message }}
  • Profile picture of the author rafihsu
    Or if you want to remove the whole gray area you can also use this code:

    Code:
    a.post-header.section.medium-padding {
    display: none;
    }
    {{ DiscussionBoard.errors[9457109].message }}
  • Profile picture of the author brik2500
    Thanks a bunch to you both...I hate going to the editor and having to delete everything that has the word "comments" on it!

    I knew there was a code to use but just didn't know how...they worked like a charm!

    BEST

    Brik
    {{ DiscussionBoard.errors[9458536].message }}

Trending Topics