News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Linktree

Started by skb, January 05, 2018, 12:48:28 AM

Previous topic - Next topic

skb

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.   

SMF 2.1.4 / TP 2.2.2

Deaks

why not provide how you did this so others can do it on their forums.
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

skb

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.

SMF 2.1.4 / TP 2.2.2

Advertisement: