News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SMF Core Borders

Started by tonakis2108, February 02, 2015, 09:26:13 AM

Previous topic - Next topic

tonakis2108

Hello SMF community, since I couldn't find anything to help me get rid of the border around my sections I am here to ask for your assistance.

This is what I want to get rid of. (White selected line)


I changed some stuff in the index.css but got no results...
I am using SMF 2.0.9

Sir Osis of Liver

You can change it here -

/Themes/core/css/index.css



.tborder
{
padding: 1px;
border: 1px solid #696969;
background-color: #fff;
}



But it will affect other borders.

It's called here -

/Themes/core/index.template.php



<div id="mainframe"', !empty($settings['forum_width']) ? ' style="width: ' . $settings['forum_width'] . '"' : '', '>
<div class="tborder">
<div class="catbg">
<img class="floatright" id="smflogo" src="', $settings['images_url'], '/smflogo.gif" alt="Simple Machines Forum" />
<h1 id="forum_name">';



You can remove class="tborder", or create a new one in index.css that does what you want.
When in Emor, do as the Snamors.
                              - D. Lister

tonakis2108

You sir deserve a medal!
Thanks hero! :3

Advertisement: