Since these Post Footer Controls are not even clickable in the Search Results, it is more straight forward to hide them.
This can be done with this little css addon. Simply add it to your css_additional.css.
If you find any flaws, please report!
Hope you find this usefull.
This can be done with this little css addon. Simply add it to your css_additional.css.
If you find any flaws, please report!
Code:
/*************** Hide Bookmark and Translate Post Footer Controls on Search Result ***************/
#instantSearchResultContainer .b-post-control.b-post-control--always.js-post-control__bookmark,
#instantSearchResultContainer .b-post-control.b-post-control--always.js-post-control__translate {
display: none !important;
}
