Page 1 of 1

Editing Style?

Posted: 01 Nov 2011, 20:47
by Benneh
How do

Having installed the Premod package and set the theme to SE Pro I have edited the overall_header document within the se_pro folder to remove some things I dont want displayed (Donate, Portal) etc.

However, these items, even though they no longer exist in the file are still displaying on the forum.....

Any ideas what is going on here?

Editing Style?

Posted: 01 Nov 2011, 20:57
by Stoker
When you have edited you style you always need to refresh the template in ACP.

Editing Style?

Posted: 01 Nov 2011, 21:15
by Benneh
How do you do that Stoker, sorry mate...

Editing Style?

Posted: 01 Nov 2011, 21:18
by Benneh
Stoker, im editing the file in phpbb, removing some code, submitting and then refreshing but the change doesnt take effect.....

Editing Style?

Posted: 01 Nov 2011, 21:25
by Stoker
If you edit the file in ACP, the edits will disappear when you refresh the template.
You should use a proper text editor like notepad++ and a ftp program like filezilla.

Editing Style?

Posted: 01 Nov 2011, 22:17
by Benneh
Ok, cheers mate, will give that a go!

Editing Style?

Posted: 02 Nov 2011, 11:29
by Benneh
Hi Stoker, how do I change the banner height? I followed your instructions elswhere to change the width of the forums, but I need to change the height of the header part to 200px, cant seem to see where its set.

Also, whats the anti spam mod you have installed where you have to put things in lists to pass?

Editing Style?

Posted: 02 Nov 2011, 13:19
by Stoker
Its in menu.css

Code: Select all

.header-bar {
	color: #FFFFFF;
	padding: 0 5px;
	height: 140px;
	background-image: url("{T_THEME_PATH}/images/bg_header23.jpg");
	background-position: top;
}
Change height to 200

Im using Derkys Sortable Captcha.

Editing Style?

Posted: 02 Nov 2011, 14:28
by Vox Populi
A bit off topic. Derkys Sortable Captcha Rocks.