Title: Hide some elements
Last modified: August 2, 2018

---

# Hide some elements

 *  Resolved [montagnania](https://wordpress.org/support/users/montagnania/)
 * (@montagnania)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/hide-some-elements-2/)
 * Hi,
 * I’m trying your plugin and I think it’s great!
    Since I don’t need images is 
   there a way to hide that part on every post? I suppose it’s possible via CSS 
   but I’m not good at that. Would it be possibile to hide the “Read more” button
   too? I see the option but it doesn’t work, is it a PRO feature?
 * Thank you
    Andrea
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-some-elements-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Agile Logix](https://wordpress.org/support/users/agilelogix/)
 * (@agilelogix)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/hide-some-elements-2/#post-10550459)
 * Hi, to hide the image, please add in custom CSS tag
 * .ptl-cont-box img {
    display: none !important; }
 * To Hide read more please add this as well
 * .ptl-cont-box .at-read-more {
    display: none !important; }
 * Thanks
    -  This reply was modified 7 years, 10 months ago by [Agile Logix](https://wordpress.org/support/users/agilelogix/).
 *  Thread Starter [montagnania](https://wordpress.org/support/users/montagnania/)
 * (@montagnania)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/hide-some-elements-2/#post-10550490)
 * Thanks for the superfast reply! 🙂
 * IMG removal worked as a charm, “read more” won’t go away though. I tried to apply
   your CSS both with the read more visibility setting on and off. No big deal for
   me, for my application the important thing was the removal of the image, but 
   if you have more ideas for the “read more” issue I’m all ears.
 * Thank you!
    Andrea
 *  Plugin Author [Agile Logix](https://wordpress.org/support/users/agilelogix/)
 * (@agilelogix)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/hide-some-elements-2/#post-10550509)
 * Please try this
 * .ptl-posts-cont .at-read-more {
    display: none !important; }
 * Thanks
 *  Thread Starter [montagnania](https://wordpress.org/support/users/montagnania/)
 * (@montagnania)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/hide-some-elements-2/#post-10550521)
 * Perfect!
    Now all has disappeared accordingly. 🙂
 * Thank you so much!
 * Regards
    Andrea

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

The topic ‘Hide some elements’ is closed to new replies.

 * ![](https://ps.w.org/post-timeline/assets/icon-128x128.png?rev=2788115)
 * [Post Timeline](https://wordpress.org/plugins/post-timeline/)
 * [Support Threads](https://wordpress.org/support/plugin/post-timeline/)
 * [Active Topics](https://wordpress.org/support/plugin/post-timeline/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-timeline/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-timeline/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [montagnania](https://wordpress.org/support/users/montagnania/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/hide-some-elements-2/#post-10550521)
 * Status: resolved