Hey there PanHaza,
Could you post a link to your page where you want to remove these buttons so I can take a look? Generally this is something that could be done with some custom CSS.
Best regards,
Bojan
Hey again,
If these are the buttons you’re referring to http://screencast.com/t/gmmGdtjowW3b please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin if your theme doesn’t have custom CSS tab.
http://wordpress.org/plugins/simple-custom-css
.enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay {
visibility: hidden;
}
.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons {
display: none;
}
This should remove the hover effect and the buttons.
Hope this helps 🙂
Best regards,
Bojan
@panhaza: Yes Theme has a custom CSSr tab.
In Theme-Options.
Thanks