Jump to content

Recommended Posts

Posted

Hi, I try to use below css code to hide the description area, but it does not work, anyone can help? Thanks in advance

@media screen and (max-width: 979px) {
    .cForumGrid__description.ipsFlex-flex:11 {
		display: none;
	}
}

 

Posted
7 hours ago, 403 - Forbiddeen said:

From sections?


.ipsType_richText.ipsDataItem_meta.ipsContained {
    display: none;
}

 

Nothing changed...does not work

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...