Bl@ck Modification Questions »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Bl@ck Modification Questions



a22burnett [ Fri 11 Dec, 2009 08:20 ]
Post subject: Bl@ck Modification Questions
Style: http://www.phpbb.com/styles/demo/3.0/?style_id=9

Trying to: Change the color of the outside border (the light blueish gray) on the sides of the forums.

Problem: I can't figure it out, I tried changing color codes in: borders.css - colors.css - content.css - stylesheet.css. It seems as if nothing changes at all. I purge the cache and refresh the styles and nada. Is it possible to edit this style? Can someone please steer me in the right direction.

Thanks Again.


Joshua203 [ Fri 11 Dec, 2009 14:59 ]
Post subject: Re: Bl@ck Modification Questions
Hi burnett,

this does not look to me like a style created by Mighty Gorgon, maybe you should ask your support for that at this link?

http://www.phpbb.com/community/viewtopic.php?t=1227005

Edit: or try refreshing the THEME


a22burnett [ Fri 11 Dec, 2009 18:49 ]
Post subject: Re: Bl@ck Modification Questions
Joshua203 wrote: [View Post]
Hi burnett,

this does not look to me like a style created by Mighty Gorgon, maybe you should ask your support for that at this link?

http://www.phpbb.com/community/viewtopic.php?t=1227005

Edit: or try refreshing the THEME


Yeah I know, but the support is always better here, so I figured I'd give it a try. Thanks.


Mighty Gorgon [ Fri 11 Dec, 2009 20:35 ]
Post subject: Re: Bl@ck Modification Questions
You need to edit the BODY property in CSS (I think it is in colours.css).

You should find and edit something like this:
Code: [Hide] [Select]
html, body {
background-color: #E8E8E8;
}


a22burnett [ Fri 11 Dec, 2009 22:12 ]
Post subject: Re: Bl@ck Modification Questions
That was my initial change. I changed it, uploaded the file, purged the cached, refreshed the page and nothing changed. I have to be missing something

Again, thanks for the help.


Mighty Gorgon [ Sat 12 Dec, 2009 09:58 ]
Post subject: Re: Bl@ck Modification Questions
Firebug tells that the property to be changed is that one.

You should look in all CSS for that property and check whether is not overridden.

After having done that, you will need to make sure that your cache is emptied and your template refreshed.

I'm sure it will work... I have tested on phpBB.com demo site and changed the property with Firebug.


a22burnett [ Sat 12 Dec, 2009 20:04 ]
Post subject: Re: Bl@ck Modification Questions
Thanks, mark this one up as solved. Went through everything you said one more time and it took. Thanks again, i love this place.




Powered by Icy Phoenix