Hi,
I am using The Grid plugin and would like to some help on trying to remove the expand/zoom button in the top right of the Oslo skin using CSS code.
I have already successfully removed the heart/like button in the bottom left by using this custom CSS code:
.branding-portfolio .to-post-like .zoom {
display: none !important;
}
I essentially need to find out the element name of the expand button in the top right corner. I have attached a screenshot to help you understand.
Many thanks