Status
Not open for further replies.
EXTRA.css try it,
Or screenshots.
 
EXTRA.css try it,
Or screenshots.
Blank area, I added the css to make a change and it did not make anything happen, so I reverted it & it is still blank.
 

Attachments

  • Capture.PNG
    Capture.PNG
    83.4 KB · Views: 114
Add it.
Code:
.node .subForumList li .nodeTitle
{
font-size: 6px;
}
 
I didn't see style chooser.
 
Do you need admin access???
 
No, Enable on Style Chooser all styles.
 
I am using same style xenbase
 
I didn't see style chooser on xenbase.
 
I undid changes it should be working now..
 
I found it is forum level n what code do I put to add a size for font??
 
<li class="node forum level-n node_{$forum.node_id}">
<div {xen:if $forum.hasNew, 'class="unread"'}>
<h4 class="nodeTitle"><a href="{xen:link forums, $forum}" class="menuRow">{$forum.title}</a></h4>
</div>
<xen:if is="{$renderedChildren}">
<ol>
<xen:foreach loop="$renderedChildren" value="$child">
{xen:raw $child}
</xen:foreach>
</ol>
</xen:if>
</li>
 
We don't have change size or front. Thread Closed.
 
Status
Not open for further replies.

741Threads
2,309Messages
67,667Members
winsbetLatest member
Back