Try using #datePermalink.
Most items can be changed via EXTRA.css. That was what @Maru's comment about using the #datePermalink referred to.I don't understand. What does that mean?
Is there anywhere in styles, in the admin panel, that I can change the font face of the date and poster name?
#datePermalink {
color:blue;
background:red;
font-size:200px;
}
<span class="item muted">
<span class="authorEnd"><xen:username user="$post" class="author" />,</span>
<a href="{xen:link threads/post-permalink, $thread, 'post={$post}'}" title="{xen:phrase permalink}" class="datePermalink"><xen:datetime time="$post.post_date" /></a>
</span>
You can make those changes (since they are CSS) by using EXTRA.css to place the CSS statements. Every now and then you may have to use the !important designator - but not often.In the meantime, I made the change at messageMeta in message.css...
That would be best to avoid having the settings overwritten later, correct?You can make those changes (since they are CSS) by using EXTRA.css to place the CSS statements. Every now and then you may have to use the !important designator - but not often.
With the merge system in place, that's pretty much an issue in the past with XenForo. It's one of the things I REALLY like about the templating system.That would be best to avoid having the settings overwritten later, correct?
We use essential cookies to make this site work, and optional cookies to enhance your experience.