XF 1.2 Node Last Post

ZerpMC

Member
Okay, so this issue is probably causing more hassle to me than it should. This could be attributed to the fact that I'm up at half past four in the morning messing around with any stuff I can find on my site. K, to the point...

I want to get rid of the 'Latest:' text to show just the thread title, poster and time. I want this information to be pushed to the centre.
9QlCwGz.png



I've messed around with CSS for half an hour but nothing seems to be working. I am new to this stuff, so please don't make me feel bad if the solution turns out to be really obvious.

Thanks
 
place in extra.css template if your using 1.2

Code:
.node .nodeLastPost .lastThreadTitle span {display: none;}

Anything prior to 1.2 it's a template edit


Remove the following from the node_forum_level_2 template

Code:
{xen:phrase latest}:
 
place in extra.css template if your using 1.2

Code:
.node .nodeLastPost .lastThreadTitle span {display: none;}

Anything prior to 1.2 it's a template edit


Remove the following from the node_forum_level_2 template

Code:
{xen:phrase latest}:

Not working. I'm probably pasting it in wrong. ;-;
 
Top Bottom