• Resolved Bob Jones

    (@interwebiltd)


    Hi,

    Website : https://www.interwebi.com/edu/hockington/

    Could you please tell me how to remove the Title, Author, Comments and Date from Posts on the latest blog scroller on the Home Page?
    I also don’t want the Date, Author and Comments beside the image on the posts?

Viewing 15 replies - 1 through 15 (of 18 total)
  • TheRad

    (@therad)

    Hi,
    Did you resolve this yet? I am having trouble with the same thing

    Thread Starter Bob Jones

    (@interwebiltd)

    Hi,

    No the issue is still on going unfortunately.

    TheRad

    (@therad)

    I removed it in some way on the free version. Can’t remember how I fixed it. Then after getting the PRO version, back to square 1 again

    Thread Starter Bob Jones

    (@interwebiltd)

    Hi,

    My site is on the free version at the moment, I’ve tried everything I can think of but it isn’t helping at all. ??

    TheRad

    (@therad)

    Have you tried these in your Custom CSS file:

    .postmeta { display: none; }

    .postmetadata {
    display: none;
    }

    I think I removed code from one of the php files somewhere

    Eric Arcana

    (@eric-arcana)

    There are a couple ways of doing what you want, before suggesting either, please make sure you have a backup of the theme files.

    One way is to go into the theme home template file (could be home.php or front-page.php) and look for then remove the area with .enigma_blog_thumb_footer.

    Another way would be to simply include a small bit of custom CSS. You can do this without touching the theme by using a plugin (like Simple Custom CSS) and inserting the following: .enigma_blog_thumb_footer { display: none; }

    Thread Starter Bob Jones

    (@interwebiltd)

    Hi,

    That didn’t work i’m afraid.:/
    I will have a further look around the php files.

    Eric Arcana

    (@eric-arcana)

    InterwebiLtd: I uploaded a screenshot to Behance of your homepage with the CSS I mentioned above. Is this what you are trying to do?

    TheRad

    (@therad)

    Didnt work for me either

    Thread Starter Bob Jones

    (@interwebiltd)

    Hi,

    Yes that’s great, but I also want the squares next to the image on the post itself to be removed.
    https://www.interwebi.com/edu/hockington/2014/11/13/outnabout-trip/

    If you search to that URL that might help you in understanding what I mean.

    Eric Arcana

    (@eric-arcana)

    Ok, here is the updated CSS (replace the old one with this): .enigma_blog_thumb_footer, .blog-date-left { display: none; }

    Keep in mind this is not the ideal way for adjusting a theme, but rather a simple/quick way to get it down. Optimally, I would recommend using a child theme and making adjustments to the template files themselves. That being said, the new line of CSS above should do what you want.

    Thread Starter Bob Jones

    (@interwebiltd)

    Hi,

    Thats work perfectly, thank you very much. ??

    TheRad

    (@therad)

    Eric Arcana…can I please tell you how awesome you are.. thank you! That last piece of code worked for me..thanks alot!!

    Eric Arcana

    (@eric-arcana)

    Glad it worked out the way you wanted, I’m always happy to help.

    Hi, I need to remove tags and category from my article in the website. Is it possible?

    Thank You

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Remove Title, Author, Comments and Date from Posts’ is closed to new replies.