Hi there,
That “Details” button doesn’t look like default Blask functionality. If you look at the theme demo page at https://blaskdemo.wordpress.com/, you’ll see it doesn’t have that at all. If I activate the theme on my test site it also behaves like the theme demo, not like your site. You’ll see there that there’s no button, and the entire image is clickable by default.
So it looks like something else besides the theme might be adding that button on your site. Based on the classes I see in the source code, it looks like you’re using this:
https://ww.wp.xz.cn/plugins/filterable-portfolio/
Hiding the button this plugin adds is simple enough with CSS:
a.button.filterable-portfolio-item__action {
opacity: 0;
}
But making the entire image clickable, which it was before that plugin overrode the default behaviour, is not, and it’s not something I’m able to help with.
Please contact support for that plugin directly, as the CSS causing this is coming from that plugin, not from the theme, so they’ll be best able to advise you on how to change this.
https://ww.wp.xz.cn/support/plugin/filterable-portfolio/
Note that Blask was created to work best with Jetpack’s portfolio feature, and you already have Jetpack on your site as well, so consider using Jetpack’s portfolios instead.
Thank you KokkieH,
Your reply is incredibly helpful. I will try to use the JetPack portfolio feature instead.
– S