Soho Theme Portfolio Background Image

  • Unknown's avatar

    I’d like to disable my featured images on the landing page of each portfolio project. I’d like the featured image to remain my thumbnail as they are now on the main portfolio landing page. Right now – what I have uploaded as the thumbnail becomes the background once I click that project and images/words are not readable.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    To hide the featured image on individual portfolio projects, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .single-jetpack-portfolio .mc-image {
      display: none !important;
    }
  • The topic ‘Soho Theme Portfolio Background Image’ is closed to new replies.