Hide Featured Image on a Project Post?

Home Forums WordPress Themes – Premium Pure & Simple Hide Featured Image on a Project Post?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16689

    Is it possible to hide the Featured Image on a Project post as you can on a blog post? If so, how? I’m trying to develop portfolios which feature Project posts – but when a user clicks on the Project title, I would like them to come to a post that contains text and is not dominated by the Featured Image. (The Featured Images on my Project posts are huge…) Thanks in advance for any help.

    #21945
    Binaya D
    Participant

    Hi michaelconnor,

    Please use the following css to fix your issue:

    
    .featured-image-portfolio{
    	    display: none;
    }
    
    .heading-portfolio {
        text-align: left;
    }
    

    Note: Please use the custom css plugin or child theme to write css.

    Thanks

    #16690

    That worked! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.