• Resolved montagnania

    (@montagnania)


    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 to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author agileLogix

    (@agilelogix)

    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 6 years, 4 months ago by agileLogix.
    Thread Starter montagnania

    (@montagnania)

    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 agileLogix

    (@agilelogix)

    Please try this

    .ptl-posts-cont .at-read-more {
    display: none !important;
    }

    Thanks

    Thread Starter montagnania

    (@montagnania)

    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.