Remove Post-Header on Testimonial-Items Page & Remove Featured Image Link

Hi BeTheme,

I am trying to disable the post-header that appears on each testimonial-item page. How can I disable this only on testimonials, and not on all pages?

Also, how do I remove the link from the featured image. Right now it opens up the featured image file.

Thanks,

Comments

  • Hi,

    1) Please send us link to page where you got this.

    2) This one is not possible unfortunately because requires files customization.

    Thanks!
  • 1) This is an example of where it happens http://360webdev2.azurewebsites.net/testimonial-item/claimscorp-inc/

    The featured image at the top, when clicked, opens the file. I want to disable the click completely so it's just an image.

    2) In ThemeOptions > Blog, Portfolio, Shop > Blog, there is an option to turn off Post Meta. Can this not be done for testimonials too? As that would be the solution I need.
  • 1) We are sorry but we do not have any option to disable link for that image. This requires files customization. So if you want, we can give you css to remove this image from single testimonial page only.

    2) No, this is not possible unfortunately. This option is reserved for post items only. But if you want, you can remove testimonials meta with the following css:
    .single-testimonial .post-meta { display: none !important; }
  • Thanks. 

    1) I want to keep the image, just not have it link to the file page.

    2) that was perfect. I also added .single-testimonial .entry-title to hide the title too. 

  • 1) Like we wrote, it's not possible to remove link with custom css then.

    2) We are glad to see that this helped!
Sign In or Register to comment.