Today a friend of mine came up with the following code:
—
.gmItemShareButtonWrap[type=google] {
display: none !important;
}
.gmItemShareButtonWrap[type=pinterest] {
display: none !important;
}
.gmItemShareButtonWrap[type=twitter] {
display: none !important;
}
.gmedia_PhotoBlog_ItemInfoBar .gmDescriptionWrap .gmItemTitle {
color: #FFF !important;
}
.gmedia_PhotoBlog_ItemShare .gmDescriptionWrap .gmItemDescription{
color: #FFF !important;
}
..gmedia_PhotoBlog_ColectionSliderItemTitle {
display:none !important;
}
—
This worked!