billybatz9 Active member Jan 20, 2014 #1 How do you bold the last post on the main forum page for each nodes?
M Manoj_Kumar Guest Jan 20, 2014 #2 Try this in extra.css Code: .node .nodeLastPost { font-weight: bold; } Upvote 0 Downvote
Amaury Well-known member Jan 20, 2014 #3 Manoj_Kumar said: Try this in extra.css Code: .node .nodeLastPost { font-weight: bold; } Click to expand... This can be accomplished with just a simple style property edit, actually. Admin CP > Appearance > Style Properties > Forum / Node List > Node Last Post Once there, just click the "B" and save. Upvote 0 Downvote
Manoj_Kumar said: Try this in extra.css Code: .node .nodeLastPost { font-weight: bold; } Click to expand... This can be accomplished with just a simple style property edit, actually. Admin CP > Appearance > Style Properties > Forum / Node List > Node Last Post Once there, just click the "B" and save.
billybatz9 Active member Jan 21, 2014 #4 Amaury said: This can be accomplished with just a simple style property edit, actually. Admin CP > Appearance > Style Properties > Forum / Node List > Node Last Post Once there, just click the "B" and save. Click to expand... This bolds the username as well who posted the last post. I am looking to just bold the last post link. But thanks for the recommendation Upvote 0 Downvote
Amaury said: This can be accomplished with just a simple style property edit, actually. Admin CP > Appearance > Style Properties > Forum / Node List > Node Last Post Once there, just click the "B" and save. Click to expand... This bolds the username as well who posted the last post. I am looking to just bold the last post link. But thanks for the recommendation
P Paul B XenForo moderator Staff member Jan 21, 2014 #5 Add to EXTRA.css: Code: .node .nodeLastPost .lastThreadTitle a { font-weight: bold; } Upvote 0 Downvote