Jump to content

How to remove description in sidebar post?


Fool

Recommended Posts

Hello, is there anyone know how to remove the description in the sidebar post? I only want to show the thread name.

Link to comment
Share on other sites

Just delete desc section from style lol

In my style it was "ipsType_medium ipsType_textBlock ipsType_richText ipsType_break ipsContained ipsSpacer_top ipsSpacer_half"

244125173664448512.png

Link to comment
Share on other sites

I wanted to expand on what @imRayttor recommended.

Use the following code to remove the topic description

.ipsType_medium ipsType_textBlock ipsType_richText ipsType_break ipsContained ipsSpacer_top ipsSpacer_half {
	display: none;
}

 

  • Like 1
  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...