Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
gabs007 Posted June 8, 2018 Posted June 8, 2018 Hey. I'm terrible with cSS or html. In one of my communities I need to hide the forum description text. I'm not talking about the main page with categories etc, but the forum page, for example this one:https://invisioncommunity.com/forums/forum/497-peer-to-peer-technical-support/ So this text would not be visible. Quote Unofficial Support Please note that this forum is not regularly staffed by IPS agents and is provided to allow clients to assist other clients with questions and issues that may fall outside of the scope of IPS standard support. If you would like to obtain direct and official support from IPS, please visit the client area Can I use CSS to hide this ? or I have to modify the template. If so, can someone help me to know what lines of code to remove ? ?? ( I'm using the standard template )
GlenP Posted June 8, 2018 Posted June 8, 2018 Simply edit the forum description in ACP - Apps - Forums and select the forum and delete anything in the description field.
AlexWright Posted June 8, 2018 Posted June 8, 2018 2 hours ago, GlenP said: Simply edit the forum description in ACP - Apps - Forums and select the forum and delete anything in the description field. They want it displayed on the forum list though. @gabs007, can you inspect the element itself and see what classes are assigned? One should be something like f_desc or just desc. I'm mobile and can't inspect from here at the moment, but will take a look later if no one else answers.
steve00 Posted June 8, 2018 Posted June 8, 2018 could try: header strong, header .ipsType_richText { display: none; } no idea if this will affect other areas so test it thoroughly before commiting to it
GlenP Posted June 8, 2018 Posted June 8, 2018 23 minutes ago, AlexWright said: They want it displayed on the forum list though. Ahhh OK. The question is not exactly clear on what they want.
gabs007 Posted June 9, 2018 Author Posted June 9, 2018 Thanks everybody. It worked with the CSS. Just as a side note, the reason why I needed that description gone is because I added pictures to use on the forum description. I wanted to show those pics on the forum main page, but not for each section in particular, it makes the header section too big. Thank you !! ??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.