Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: skb on January 05, 2018, 12:48:28 AM

Title: Linktree
Post by: skb on January 05, 2018, 12:48:28 AM
Most of my forum users are old (aged) and not very net savvy. To impress upon them that the Linktree is also a Menu I've put it within 2 lines in place of the line on top (default).

A majority of the new members here might benefit from the addition of this simple feature. This is merely a 'suggestion' and not a feature request.   
Title: Re: Linktree
Post by: Deaks on January 06, 2018, 04:00:07 PM
why not provide how you did this so others can do it on their forums.
Title: Re: Linktree
Post by: skb on January 06, 2018, 09:38:08 PM
Sure. I searched "linktree" in index.css and added "border-bottom" property;

.navigate_section ul
{
display: block;
margin: 0;
font-size: 0.9em;
padding: 0.5em 0 0.5em 0;
border-top: 1px solid #B33F3F;
border-bottom: 1px solid #B33F3F;
overflow: hidden;
list-style: none;
clear: both;
width: 100%;
}


Change color #B33F3F to suit your theme.