how to hide featured image and the "show all" and filter from portfolio

Hello, 
how to hide featured image and the "show all" and filter from portfolio

I want my portfolio side just to show images. 
I just want hide all the filter items button, featured image, so its all clean looking :)

Thanks

Comments

  • Hi,

    you want to hide feature image but you want to just show images. How is that possible? If you will remove feature image, images won't show on portfolio page. Please explain what you mean then and also please provide us url to page where you want to do this.

    Thanks!
  • When I add a portfolio item. i just want to use the content builder and not show the featured image in the portfolio post page? 

    its only on the portfolio project page i want to hide the featured image and then just make the portfolio item using the muffin builder.


    so on that page i only want to use the muffin builder and not show the featured image, so its all just clean white space on the page and the items i add through the muffin builder
  • Ok. So if you really want to remove feature image on single portfolio pages, please use below css:
    .single-portfolio .single-photo-wrapper { display: none !important; }
    or if you prefer to remove featured image with additional stuff like date below, then please use below css instead:
    .single-portfolio .post-header { display: none !important; }
  • is it posible to remove the "show all" and the ripple line in the top of the page ?

     so its all gone and then just what i add from muffin builder ?
  • Yes, you can remove those lines and "show all" button with below css:
    .single-portfolio .post-nav { visibility: hidden !important; }
Sign In or Register to comment.