• Resolved crushedleatherco

    (@crushedleatherco)


    Hey! I hope you guys will be able to help me with these questions.

    1- Is there a way for me to hide/disable the thumbnail image that appears inside of each portfolio post? I’d like to click on the thumbnail from the home page and only see the featured image inside of the post.

    2- How can I disable or edit the Hover text on the home page thumbnails? I’d like to not show the categories.

    Thank you!

    Brianna

Viewing 1 replies (of 1 total)
  • Theme Author Bobby Gunawan

    (@helloguna1)

    Hello Brianna,

    1. Isn’t this what it already does? I am confused.

    2. You can add some custom CSS using a plugin (like JetPack’s custom CSS) and set it to display none like this:

    .c-portfolio-item__category--home {
      display: none;
    }

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable thumbnail image on Portfolio post?’ is closed to new replies.