[Support request] make team tiles display:none temporary – ethos theme

Home Forums Support [Support request] make team tiles display:none temporary – ethos theme

Home Forums Support make team tiles display:none temporary – ethos theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2051972
    Nicholas

    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

    #2052286
    Ying
    Staff
    Customer Support

    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/

    #2052297
    Nicholas

    Hi Ying,

    I need the entire block to disappear see what’s left, tks, please see walkthrough in private area

    #2052332
    Ying
    Staff
    Customer Support

    Oh I see, then try this:

    .home .gb-container.gb-container-a08da0c5 {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.