Okay
  Public Ticket #2918448
Hide text
Closed

Comments

  •  1
    markdekoninginfobahn started the conversation

    Post Grid: I would like to hide the text headings that overlay the images in the masonry view. Do I need to do this with CSS?

  •  2,959
    Andrew replied

    Hello there,

    Yes, you will need custom CSS to hide the headings. Kindly send us your link so that we can provide the necessary CSS for this.

    Regards,

  •  1,878
    Judith replied

    Hi There,

    Thanks for contacting us.

    Yes, in this case you will need a css code. You can send in your website url so that we can provide possible css for it.

    Thanks.

  •   markdekoninginfobahn replied privately
  •  1,878
    Judith replied

    Hi ,

    Please try this css:

    .nectar-post-grid[data-text-layout*="all_bottom_left"] .content .item-main, .nectar-post-grid[data-text-layout*="all_bottom_left"] .content .item-meta-extra {
        display: none;
    }

    Thanks.

  •  1
    markdekoninginfobahn replied

    Great, thanks!