Archived topic
make team tiles display:none temporary - ethos theme
3 replies · Started by Nicholas on December 17, 2021
Hi
Please show me how to make the mett the team tiles temporarily display:none until client ha better photos of the team, please see walkthrough in private section
Hi Nicholas,
You can either add this CSS:
.home .gb-container-a08da0c5 .wp-block-image {
display: none;
}
Or
add these 3 additional CSS class to the image block: hide-on-desktop, hide-on-tablet, hide-on-mobile.
https://wordpress.com/support/adding-additional-css-classes-to-blocks/
Hi Ying,
I need the entire block to disappear see what's left, tks, please see walkthrough in private area
Oh I see, then try this:
.home .gb-container.gb-container-a08da0c5 {
display: none;
}