Log in

View Full Version : How to Remove: Post strter from this area?


tahir436
01-01-2021, 09:39 AM
Hi Everyone

On my forum front page(CMS) I want to remove the poster name: As seen in the image below:

Kindly help me

Thanks

https://i.imgur.com/J761Blx.jpg

yilmaz
01-01-2021, 12:47 PM
Add this into the css_additional.css template you use


span.h-hide-on-large.h-hide-on-wide-column {
display: none !important;
}

tahir436
01-02-2021, 01:03 PM
Add this into the css_additional.css template you use


span.h-hide-on-large.h-hide-on-wide-column {
display: none !important;
}


Thanks man you saved my day. Really appreciate your help.

It removed from the mobile view but still appearing when I visit the page on my Desktop computer, any workaround for this will be highly appreciated.


Thanks