Okay
  Public Ticket #3742560
Hide short description in boxgrid
Open

Comments

  •  2
    selinkocagoncu started the conversation

    Hello,

    I would like to hide the short descriptions in boxgrid view until we establish a consistent language to use in the short description-- it is a huge inconsistent mess right now. Could you recommend a way to do that? 

    Thank you!

  •  852
    Zhivko replied

    Removing box grid description can be done with css:

    .stec-layout-boxgrid-event-description { display: none !important; }

    Stachethemes Developer