Advertisement:

Author Topic: [Solved] Remove Linktree Line  (Read 852 times)

Offline Gavriel

  • Newbie
  • *
  • Posts: 6
[Solved] Remove Linktree Line
« on: May 28, 2012, 09:18:19 PM »
How do I remove the line right above the link tree? Thanks in advance  ;D

- SOLVED.

Thank you Suki

  ;)
« Last Edit: May 28, 2012, 09:37:50 PM by Gavriel »

Offline Suki

  • SMF Super Hero
  • *******
  • Posts: 11,259
  • Kaizoku Jotei
    • Free SMF mods
Re: Remove Linktree Line
« Reply #1 on: May 28, 2012, 09:21:55 PM »
That would be this part in your theme's css/index.css:

.navigate_section ul {
border-top: 1px solid #CCCCCC;

just remove this part: border-top: 1px solid #CCCCCC;
The devil will find work for idle hands to do.

Offline Gavriel

  • Newbie
  • *
  • Posts: 6
Re: Remove Linktree Line
« Reply #2 on: May 28, 2012, 09:35:16 PM »
Wow, excellent! Very fast answer and it worked perfectly.

Thank you very much.  :)